Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f0864171

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

Verkaufsrechnungsbericht: Filter Kundentyp bei Export berücksichtigen

Fix für Bug 1658.

Unterschiede anzeigen:

bin/mozilla/ar.pl
marge_total marge_percent globalprojectnumber customernumber country ustid taxzone payment_terms charts customertype);
my @hidden_variables = map { "l_${_}" } @columns;
push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto employee_id salesman_id);
push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto employee_id salesman_id business_id);
$href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);

Auch abrufbar als: Unified diff