X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2c33e93fb5caf10f96cfa462781830f28efa285c..4341dfafb3e017d00a843496a4c671fe5601db74:/bin/mozilla/gl.pl 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;