Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 86337a58

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID 86337a58a21a841f5358d68d67ffe50219c74655
  • Vorgänger 4d59fd5d
  • Nachfolger 5d43bf8e

Verkaufsrechnungsbericht: Filtervariablen "Verkäufer" und "Bearbeiter" bei Export übergeben

Fix für Bug 1623.

Unterschiede anzeigen:

bin/mozilla/ar.pl
1340 1340
       marge_total marge_percent globalprojectnumber customernumber country ustid taxzone payment_terms charts customertype);
1341 1341

  
1342 1342
  my @hidden_variables = map { "l_${_}" } @columns;
1343
  push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto);
1343
  push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber transaction_description notes project_id transdatefrom transdateto employee_id salesman_id);
1344 1344

  
1345 1345
  $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);
1346 1346

  

Auch abrufbar als: Unified diff