From: Jan Büren Date: Wed, 29 Jan 2014 12:24:10 +0000 (+0100) Subject: Debitorenbuchungen auch mit Vorauswahl Umlaufkonto vorbelegen X-Git-Tag: release-3.1.0beta1~16 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c08b6d2167ed415b5008f9892a67a23ec32f0fc6;p=kivitendo-erp.git Debitorenbuchungen auch mit Vorauswahl Umlaufkonto vorbelegen aber nicht bei bereits bebuchten Konten (Positionen). Genauso behandeln wie Kreditorenbuchungen closes #2438 --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 480507bb3..5bb45bde8 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -409,7 +409,7 @@ sub form_header { gldate => $form->{"gldate_$i"}, }; - # default account for current assets (i.e. 1801 - SKR04) + # default account for current assets (i.e. 1801 - SKR04) if no account is selected $form->{accno_arap} = IS->get_standard_accno_current_assets(\%myconfig, \%$form); $payment->{selectAR_paid} = @@ -417,7 +417,7 @@ sub form_header { '-id' => "AR_paid_$i", '-values' => \@AR_paid_values, '-labels' => \%chart_labels, - '-default' => $form->{accno_arap})); + '-default' => $payment->{AR_paid} || $form->{accno_arap}));