Topic: how to make sure that columns table_section 2 or 3 does not show
hello im trying to not display table_section 2 or 3 on po_entry_items.php since it not needed in my program but everytime i try to modify something how to disabled the supplier_id with causing alot of errors like duplicate or make supplier input default or any column from table_section 2 or 3 to have insert as default.
ERROR The default stock location set up for this user is not a currently defined stock location. Your system administrator needs to amend your user record. what is this im trying to hide this but i get error.
if (get_company_pref('use_dimension') == 2)
dimensions_list_row(_('Dimension 2').':', 'dimension2', null, true, _('Default'), false, 2);
/* locations_list_row(_("Receive Into:"), 'StkLocation', null, false, true, $order->fixed_asset);
hidden('fixed_asset', $order->fixed_asset); */