From 2f7961270e722754ae6aff23da2251c98b711e8b Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Sun, 2 Jun 2013 02:32:54 +0200 Subject: [PATCH] Nyni nelze zadnymu modelu nastavit, ze nema seriaky --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f03be33..ad309f0 100755 --- 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...') ); -- 2.30.2