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:
19edca6
)
Zahlungseingang: Offene Rechnungen immer beim Update laden.
author
Waldemar Toews
<waldemar.toews@opendynamic.de>
Wed, 8 Jan 2014 08:31:26 +0000
(09:31 +0100)
committer
Waldemar Toews
<waldemar.toews@opendynamic.de>
Wed, 8 Jan 2014 08:37:25 +0000
(09:37 +0100)
bin/mozilla/cp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/cp.pl
b/bin/mozilla/cp.pl
index
b9aed48
..
737cb30
100644
(file)
--- a/
bin/mozilla/cp.pl
+++ b/
bin/mozilla/cp.pl
@@
-324,13
+324,13
@@
sub update {
$updated = &check_name($form->{vc});
};
- if ($new_name_selected || $updated) {
+
#
if ($new_name_selected || $updated) {
# get open invoices from ar/ap using $form->{vc} and a.${vc}_id, i.e. customer_id
CP->get_openinvoices(\%myconfig, \%$form);
($newvc) = split /--/, $form->{ $form->{vc} };
$form->{"old$form->{vc}"} = qq|$newvc--$form->{"$form->{vc}_id"}|;
$updated = 1;
- }
+
#
}
if ($form->{currency} ne $form->{oldcurrency}) {
$form->{oldcurrency} = $form->{currency};