Revision 9c5108ec
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1109 | 1109 |
# Retrieve the invoice from the database. |
1110 | 1110 |
$self->retrieve_invoice($myconfig, $form); |
1111 | 1111 |
|
1112 |
# Set up the content of $form in the way that IR::post_invoice() expects.
|
|
1112 |
# Set up the content of $form in the way that IS::post_invoice() expects.
|
|
1113 | 1113 |
$form->{exchangerate} = $form->format_amount($myconfig, $form->{exchangerate}); |
1114 | 1114 |
|
1115 | 1115 |
for $row (1 .. scalar @{ $form->{invoice_details} }) { |
Auch abrufbar als: Unified diff
Copy & Paste-Fehler