mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix(ux): increase Quality Inspection dialog width
This commit is contained in:
@@ -2067,6 +2067,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
const me = this;
|
const me = this;
|
||||||
const dialog = new frappe.ui.Dialog({
|
const dialog = new frappe.ui.Dialog({
|
||||||
title: __("Select Items for Quality Inspection"),
|
title: __("Select Items for Quality Inspection"),
|
||||||
|
size: "extra-large",
|
||||||
fields: fields,
|
fields: fields,
|
||||||
primary_action: function () {
|
primary_action: function () {
|
||||||
const data = dialog.get_values();
|
const data = dialog.get_values();
|
||||||
|
|||||||
Reference in New Issue
Block a user