projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5dd32e
)
Ein delete einer Zeile zuviel
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 4 Jun 2013 14:08:40 +0000
(16:08 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Wed, 5 Jun 2013 05:57:30 +0000
(07:57 +0200)
SL/Controller/ClientConfig.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/ClientConfig.pm
b/SL/Controller/ClientConfig.pm
index
1699d04
..
e16b090
100644
(file)
--- a/
SL/Controller/ClientConfig.pm
+++ b/
SL/Controller/ClientConfig.pm
@@
-101,6
+101,7
@@
sub action_save {
# All warehouse / transfer default values
map { SL::DB::Default->get->update_attributes($_ => $::form->{$_}); } qw(transfer_default transfer_default_use_master_default_bin transfer_default_ignore_onhand
+ warehouse_id_ignore_onhand bin_id_ignore_onhand warehouse_id bin_id);
SL::DB::Default->get->update_attributes('show_weight' => $::form->{show_weight});