Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 71180454

Von Sven Schöling vor mehr als 12 Jahren hinzugefügt

  • ID 71180454c6f80037a7a2fa58a662b6b5cd4a67b1
  • Vorgänger 69a44d3b
  • Nachfolger 631b4c04

Spellchecks

Unterschiede anzeigen:

SL/BP.pm
196 196
    }
197 197
  }
198 198

  
199
  if ($form->{type} =~ /(invoice|sales_order|sales_quotation|puchase_order|request_quotation|packing_list)$/) {
199
  if ($form->{type} =~ /(invoice|sales_order|sales_quotation|purchase_order|request_quotation|packing_list)$/) {
200 200
    if ($form->{transdatefrom}) {
201 201
      $query .= " AND a.transdate >= ?";
202 202
      push(@values, $form->{transdatefrom});

Auch abrufbar als: Unified diff