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:
66f8a84
)
Ergänzung für Standardlager und Standardlagerplatz editieren in Mandantenkonfiguration
author
Jan Büren
<jan@kivitendo-premium.de>
Fri, 31 May 2013 08:57:29 +0000
(10:57 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Fri, 31 May 2013 08:57:29 +0000
(10:57 +0200)
Fehlende Parameter bei der Übergabe für die Mandantenkonfiguration ergänzt.
templates/webpages/client_config/form.html
patch
|
blob
|
history
diff --git
a/templates/webpages/client_config/form.html
b/templates/webpages/client_config/form.html
index
afd4676
..
dd98563
100644
(file)
--- a/
templates/webpages/client_config/form.html
+++ b/
templates/webpages/client_config/form.html
@@
-1,6
+1,6
@@
[%- USE T8 %][%- USE L %][% USE LxERP %]
-[% PROCESS 'common/select_warehouse_bin.html'
warehouses=FORM.warehouses
%]
+[% PROCESS 'common/select_warehouse_bin.html'
WAREHOUSES=SELF.WAREHOUSES warehouse_id=SELF.warehouse_id bin_id=SELF.bin_id
%]
<h1>[% title | html %]</h1>
[% PROCESS 'common/flash.html' %]