Revision a326f385
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
907 | 907 |
|
908 | 908 |
sub post_payment { |
909 | 909 |
$lxdebug->enter_sub(); |
910 |
|
|
911 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
|
912 |
|
|
910 | 913 |
for $i (1 .. $form->{paidaccounts}) { |
911 | 914 |
if ($form->parse_amount(\%myconfig, $form->{"paid_$i"})) { |
912 | 915 |
$datepaid = $form->datetonum($form->{"datepaid_$i"}, \%myconfig); |
bin/mozilla/ar.pl | ||
---|---|---|
951 | 951 |
|
952 | 952 |
sub post_payment { |
953 | 953 |
$lxdebug->enter_sub(); |
954 |
|
|
955 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
|
956 |
|
|
954 | 957 |
for $i (1 .. $form->{paidaccounts}) { |
955 | 958 |
if ($form->parse_amount(\%myconfig, $form->{"paid_$i"})) { |
956 | 959 |
$datepaid = $form->datetonum($form->{"datepaid_$i"}, \%myconfig); |
bin/mozilla/ir.pl | ||
---|---|---|
227 | 227 |
$form->{salesman_id} = $form->{old_salesman_id}; |
228 | 228 |
} |
229 | 229 |
|
230 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
|
231 |
|
|
232 |
|
|
230 | 233 |
$form->{radier} = |
231 | 234 |
($form->current_date(\%myconfig) eq $form->{gldate}) ? 1 : 0; |
232 | 235 |
|
... | ... | |
1057 | 1060 |
|
1058 | 1061 |
sub post_payment { |
1059 | 1062 |
$lxdebug->enter_sub(); |
1063 |
|
|
1064 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
|
1060 | 1065 |
for $i (1 .. $form->{paidaccounts}) { |
1061 | 1066 |
if ($form->{"paid_$i"}) { |
1062 | 1067 |
$datepaid = $form->datetonum($form->{"datepaid_$i"}, \%myconfig); |
Auch abrufbar als: Unified diff
Noch ein paar Fehler bei Zahlungseingaengen im Zusammenhang mit den Wechselkursen