X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fmanage%2Fitem_units.php;h=fa63bbe532a2176603cf3881a5258fc331f8ba0c;hb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;hp=9a23f6450c19e433654fbeb6d6e0e0c133f61a97;hpb=67abd2b071302a327df63fb949963f0b45d62196;p=fa-stable.git diff --git a/inventory/manage/item_units.php b/inventory/manage/item_units.php index 9a23f645..fa63bbe5 100644 --- a/inventory/manage/item_units.php +++ b/inventory/manage/item_units.php @@ -90,7 +90,7 @@ if ($Mode == 'RESET') $result = get_all_item_units(check_value('show_inactive')); start_form(); -start_table("$table_style width=40%"); +start_table(TABLESTYLE, "width=40%"); $th = array(_('Unit'), _('Description'), _('Decimals'), "", ""); inactive_control_column($th); @@ -117,7 +117,7 @@ end_table(1); //---------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != '') {