Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a2a80691

Von Stephan Köhler vor mehr als 18 Jahren hinzugefügt

  • ID a2a806917f032855799eebba851e67eff2e377ef
  • Vorgänger 4a648176
  • Nachfolger 6c9677e4

Bugfix Artikel ließ sich ohne Artikelbeschreibung speichern, update locales

Unterschiede anzeigen:

bin/mozilla/ic.pl
2715 2715
sub save {
2716 2716
  $lxdebug->enter_sub();
2717 2717

  
2718
  # check if there is a part number
2718
  # check if there is a part number - commented out, cause there is an automatic allocation of numbers
2719 2719
  # $form->isblank("partnumber", $locale->text(ucfirst $form->{item}." Part Number missing!"));
2720 2720

  
2721
  # check if there is a description
2722
  $form->isblank("description", $locale->text("Part Description missing!"));
2723

  
2721 2724
  if ($form->{obsolete}) {
2722 2725
    $form->error(
2723 2726
      $locale->text(

Auch abrufbar als: Unified diff