X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=2bcad25297300418ae95e6bd46dbabc08bb6d2a5;hb=4d4ca2918fbfe23f3bbe9901057783a68a7c77e9;hp=b69500f1352c77442aa21b651726aa7dbd7e79cb;hpb=67360e5092c34ffeae0fa67624c8dafc743b381e;p=mirrors%2FSokoMan.git diff --git a/index.php b/index.php index b69500f..2bcad25 100755 --- a/index.php +++ b/index.php @@ -457,6 +457,8 @@ EOF; function table_hide_columns(&$table, $class) { //TODO: Move to build_query_select() !!! :-))) $fields_hide = array( + 'model' => array('model_barcode','barcode_name'), + 'barcode' => array('model_barcode'), 'item' => array('model_descript','model_price_in','model_price_out','barcode_name','model_barcode','model_countable','model_reserve','model_eshop_hide','room_descript','room_author','producer_name','producer_note','vendor_note','location_author','location_gps','location_description') ); //print_r($table); die();