From c9ae9df9026c0a3d49cc59310361c4c7c879a672 Mon Sep 17 00:00:00 2001 From: s-aga-r Date: Wed, 23 Aug 2023 13:34:42 +0530 Subject: [PATCH] fix(ux): increase `Quality Inspection` dialog width --- erpnext/public/js/controllers/transaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 3f16314781..ac5735b707 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -2067,6 +2067,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe const me = this; const dialog = new frappe.ui.Dialog({ title: __("Select Items for Quality Inspection"), + size: "extra-large", fields: fields, primary_action: function () { const data = dialog.get_values();