Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cb4ccd7e

Von Sven Schöling vor etwa 19 Jahren hinzugefügt

  • ID cb4ccd7ed0bac4752dc4f7cf549a447e4bb07463
  • Vorgänger 99b9d833
  • Nachfolger 981b670e

Fix fuer Bug 224 (Rechnung -> Auftrag)
Bugfix Verkauf -> Berichte -> Angebote -> Workflow Angebot -> Auftrag (fuer mehr als ein item)
Bugfix Verkauf -> Berichte -> Angebote -> Workflow Angebot -> Auftrag" (fuer genau ein item)

Unterschiede anzeigen:

bin/mozilla/oe.pl
140 140
  # if multiple rowcounts (== collective order) then check if the
141 141
  # there were more than one customer (in that case OE::retrieve removes 
142 142
  # the content from the field)
143
  if ($form->{rowcount} && $form->{type} eq 'sales_order' && $form->{customer} eq '') {
143
  if ($form->{rowcount} && $form->{type} eq 'sales_order' && defined $form->{customer} && $form->{customer} eq '') {
144 144
#    $main::lxdebug->message(0, "Detected Edit order with concurrent customers");
145 145
    $form->error($locale->text('Collective Orders only work for orders from one customer!'));
146 146
  }

Auch abrufbar als: Unified diff