Revision 6bd1a382
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1130 | 1130 |
# Restore the payment options from the user input. |
1131 | 1131 |
map { $form->{$_} = $payments{$_} } keys %payments; |
1132 | 1132 |
|
1133 |
# Get the AP accno (which is normally done by Form::create_links()).
|
|
1133 |
# Get the AR accno (which is normally done by Form::create_links()).
|
|
1134 | 1134 |
$query = |
1135 | 1135 |
qq|SELECT c.accno |
1136 | 1136 |
FROM acc_trans at |
Auch abrufbar als: Unified diff
Copy&Paste-Fehler.