Skip to content

Commit

Permalink
fix(ux): increase Quality Inspection dialog width
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Aug 23, 2023
1 parent 3fab661 commit c9ae9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/public/js/controllers/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c9ae9df

Please sign in to comment.