Revision 9566fde4
Von Philip Reetz vor fast 19 Jahren hinzugefügt
SL/AP.pm | ||
---|---|---|
142 | 142 |
|
143 | 143 |
# amount for total AP |
144 | 144 |
$form->{payables} = $form->{invtotal}; |
145 |
print(STDERR $form->{payables}, |
|
146 |
" Payables\n", |
|
147 |
$form->{invtotal}, |
|
148 |
" Invtotal\n", |
|
149 |
$form->{netamount}, |
|
150 |
" Netamount\n", |
|
151 |
$form->{total_tax}, |
|
152 |
" Total_Tax\n\n"); |
|
145 |
|
|
153 | 146 |
my ($query, $sth); |
154 | 147 |
|
155 | 148 |
# if we have an id delete old records |
Auch abrufbar als: Unified diff
Kleiner Bug bei Splittbuchungen