Revision ad1061cc
Von Waldemar Toews vor fast 11 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
324 | 324 |
$updated = &check_name($form->{vc}); |
325 | 325 |
}; |
326 | 326 |
|
327 |
if ($new_name_selected || $updated) { |
|
327 |
# if ($new_name_selected || $updated) {
|
|
328 | 328 |
# get open invoices from ar/ap using $form->{vc} and a.${vc}_id, i.e. customer_id |
329 | 329 |
CP->get_openinvoices(\%myconfig, \%$form); |
330 | 330 |
($newvc) = split /--/, $form->{ $form->{vc} }; |
331 | 331 |
$form->{"old$form->{vc}"} = qq|$newvc--$form->{"$form->{vc}_id"}|; |
332 | 332 |
$updated = 1; |
333 |
} |
|
333 |
# }
|
|
334 | 334 |
|
335 | 335 |
if ($form->{currency} ne $form->{oldcurrency}) { |
336 | 336 |
$form->{oldcurrency} = $form->{currency}; |
Auch abrufbar als: Unified diff
Zahlungseingang: Offene Rechnungen immer beim Update laden.