From: Jan Büren Date: Mon, 13 Aug 2018 08:00:13 +0000 (+0200) Subject: Zu #ed9b1bfb7 chart_link _paid (Zahlungsein- /ausgang). statt nur AR_paid X-Git-Tag: release-3.5.4~327 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6cac3ff667c66cd24dfc842e0eb13dca58a6fb7e;p=kivitendo-erp.git Zu #ed9b1bfb7 chart_link _paid (Zahlungsein- /ausgang). statt nur AR_paid --- diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index f816dcd56..cca3eca54 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -1352,7 +1352,7 @@ sub post_transaction { die "no chart id:" unless $chart_id; $payment = SL::DB::Manager::AccTransaction->get_all(where => [ trans_id => $::form->{id}, - chart_link => { like => '%AR_paid%' }, + chart_link => { like => '%_paid%' }, chart_id => $chart_id ]); die "guru meditation error: Can only assign amount to one bank account booking" if scalar @{ $payment } > 1;