GIT.Harvie.CZ
/
mirrors
/
SokoMan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e862fa8
)
Nyni nelze zadnymu modelu nastavit, ze nema seriaky
author
Thomas Mudrunka
<tomas@mudrunka.cz>
Sun, 2 Jun 2013 00:32:54 +0000
(
02:32
+0200)
committer
Thomas Mudrunka
<tomas@mudrunka.cz>
Sun, 2 Jun 2013 00:32:54 +0000
(
02:32
+0200)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/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.136782 seconds
and
4
git commands to generate.