Nyni nelze zadnymu modelu nastavit, ze nema seriaky
[mirrors/SokoMan.git] / index.php
index f03be33f7158c8d33a1009488de0c27e99ae9e28..ad309f03ad493cd2387485e16bb62dc3d015a851 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -780,7 +780,7 @@ class Sklad_DB extends PDO {
 
        function columns_get_selectbox($columns, $class=false, $suffix_id='_id', $suffix_name='_name') {
                $selectbox=array( //TODO: Hardcoded...
-                       'model_countable' => array(0 => 'no', 1 => 'yes'),
+                       'model_countable' => array(1 => 'yes'),
                        'model_eshop_hide' => array(0 => 'no', 1 => 'yes'),
                        'vendor_id' => array('COMPULSORY' => 'select...')
                );
This page took 0.122373 seconds and 4 git commands to generate.