Nyni nelze zadnymu modelu nastavit, ze nema seriaky
authorThomas Mudrunka <tomas@mudrunka.cz>
Sun, 2 Jun 2013 00:32:54 +0000 (02:32 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Sun, 2 Jun 2013 00:32:54 +0000 (02:32 +0200)
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.189585 seconds and 4 git commands to generate.