X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=748889d6b8ba55b6ba62420e4561832041239b2a;hb=a9e7141956ef0a60b58e9a627beee93cd35ed43c;hp=52f417bb486f92f253faa84594079cda1a71759b;hpb=2baa77a87a08a392928eb0ea49dbd9242d961514;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 52f417bb..748889d6 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -22,7 +22,7 @@ function get_post($name, $dflt='') $ret = array(); foreach($name as $key => $dflt) if (!is_numeric($key)) { - $ret[$key] = is_float($dflt) ? input_num($key, $dflt) : get_post($key, $dflt); + $ret[$key] = is_numeric($dflt) ? input_num($key, $dflt) : get_post($key, $dflt); } else { $ret[$dflt] = get_post($dflt, null); } @@ -503,15 +503,15 @@ function tab_visible($name, $tab) */ $popup_editors = array( 'customer' => array('/sales/manage/customers.php?debtor_no=', - 113, _("Customers"), 900, 600), + 113, _("Customers"), 900, 550), 'branch' => array('/sales/manage/customer_branches.php?SelectedBranch=', - 114, _("Branches"), 900, 700), + 114, _("Branches"), 900, 650), 'supplier' => array('/purchasing/manage/suppliers.php?supplier_id=', - 113, _("Suppliers"), 900, 700), + 113, _("Suppliers"), 1150, 550), 'item' => array('/inventory/manage/items.php?stock_id=', - 115, _("Items"), 800, 600), + 115, _("Items"), 1000, 500), 'fa_item' => array('/inventory/manage/items.php?FixedAsset=1&stock_id=', - 115, _("Items"), 800, 600) + 115, _("Items"), 1000, 500) ); /* Bind editors for various selectors.