Fix in Popup Customer Window. Extended width to 700.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 28 Aug 2017 19:15:36 +0000 (21:15 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 28 Aug 2017 19:15:36 +0000 (21:15 +0200)
includes/ui/ui_controls.inc

index e575fd15d8a071382cafe07c12811b221084e1ec..67220fb046dd92ff39350a519aba6272638622a8 100644 (file)
@@ -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=',