Revision ce2dcca4
Von Jan Büren vor etwa 2 Jahren hinzugefügt
SL/DB/Helper/Payment.pm | ||
---|---|---|
174 | 174 |
taxkey => 0, |
175 | 175 |
tax_id => SL::DB::Manager::Tax->find_by(taxkey => 0)->id); |
176 | 176 |
$new_acc_trans->save; |
177 |
|
|
177 |
$return_bank_amount = $amount; |
|
178 | 178 |
push @new_acc_ids, $new_acc_trans->acc_trans_id; |
179 | 179 |
# deal with fxtransaction |
180 | 180 |
if ( $self->currency_id != $::instance_conf->get_currency_id && $exchangerate != 1) { |
Auch abrufbar als: Unified diff
pay_invoice git als ersten Wert den zugewiesenen Betrag der Bankbuchung zurück