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:
3a65820
)
Zahlungseingang: Im Eingabe Feld für Kunden die "--" unterdrücken.
author
Waldemar Toews
<waldemar.toews@opendynamic.de>
Wed, 8 Jan 2014 10:33:33 +0000
(11:33 +0100)
committer
Waldemar Toews
<waldemar.toews@opendynamic.de>
Wed, 8 Jan 2014 10:33:33 +0000
(11:33 +0100)
bin/mozilla/cp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/cp.pl
b/bin/mozilla/cp.pl
index
c6a6152
..
ee5e56d
100644
(file)
--- a/
bin/mozilla/cp.pl
+++ b/
bin/mozilla/cp.pl
@@
-137,7
+137,7
@@
sub form_header {
# sometimes it happens that values in customer arrive without the signs '--'
# but in order to select the right option field we need values with '--'
- if ($form->{vc} eq "customer"){
+ if ($form->{vc} eq "customer"
&& $form->{"all_$form->{vc}"}
){
my ($customername) = split /--/, $form->{ $form->{vc} };
$form->{ $form->{vc} } = $customername . "--" . $form->{customer_id};
}