From 9988555dbed61bdf6a11a19eb6a4ec52dc0d586c Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 28 Aug 2017 21:15:36 +0200 Subject: [PATCH] Fix in Popup Customer Window. Extended width to 700. --- includes/ui/ui_controls.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index e575fd15..67220fb0 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -503,7 +503,7 @@ function tab_visible($name, $tab) */ $popup_editors = array( 'customer' => array('/sales/manage/customers.php?debtor_no=', - 113, _("Customers"), 900, 500), + 113, _("Customers"), 900, 600), 'branch' => array('/sales/manage/customer_branches.php?SelectedBranch=', 114, _("Branches"), 900, 700), 'supplier' => array('/purchasing/manage/suppliers.php?supplier_id=', -- 2.30.2