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:
12c4c65
)
Die customer_id/vendor_id muss auch mitgeschleppt werden, weil sie ansonsten in der...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 May 2007 12:46:05 +0000
(12:46 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 May 2007 12:46:05 +0000
(12:46 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
4678c2b
..
b5cd79d
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-435,6
+435,7
@@
sub form_header {
}
$vc = qq|
+ <input type="hidden" name="$form->{vc}_id" value="| . H($form->{"$form->{vc}_id"}) . qq|">
<input type="hidden" name="old$form->{vc}" value="| . H($form->{"old$form->{vc}"}) . qq|">
<th align="right">| . $locale->text(ucfirst($form->{vc})) . qq|</th>
<td>| .