fix(ux): increase Quality Inspection
dialog width
This commit is contained in:
parent
3fab6610cb
commit
c9ae9df902
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user