Schovan bordel z vypisu
authorThomas Mudrunka <tomas@mudrunka.cz>
Wed, 25 Jul 2012 20:46:02 +0000 (22:46 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Wed, 25 Jul 2012 20:46:02 +0000 (22:46 +0200)
index.php

index b69500f1352c77442aa21b651726aa7dbd7e79cb..2bcad25297300418ae95e6bd46dbabc08bb6d2a5 100755 (executable)
--- 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();
This page took 0.139396 seconds and 4 git commands to generate.