Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2740f3f0

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

  • ID 2740f3f03035bd1db6d32edaceca6c413ed81496
  • Vorgänger 41baeaa3
  • Nachfolger e2903b0d

Bugfix: Update im Warendialog hatte die Warengruppe verschluckt.

Unterschiede anzeigen:

bin/mozilla/ic.pl
1467 1467
  map { $form->{"is_$_"}  = ($form->{item} eq $_) } qw(part service assembly);
1468 1468
  map { $form->{$_}       =~ s/"/"/g;        } qw(unit);
1469 1469
 
1470
  $form->get_lists('price_factors' => 'ALL_PRICE_FACTORS');
1470
  $form->get_lists('price_factors' => 'ALL_PRICE_FACTORS', 
1471
                   'partsgroup'    => 'all_partsgroup');
1471 1472

  
1472 1473
  $rows = 4 if $rows = $form->numtextrows($form->{notes}, 40) < 2;
1473 1474
  $form->{notes_rows} = $rows;

Auch abrufbar als: Unified diff