]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/ic.pl
Bugfix Artikel ließ sich ohne Artikelbeschreibung speichern, update locales
[kivitendo-erp.git] / bin / mozilla / ic.pl
index ef246fa3dd41073cdecb6c07208366eb15eee7f3..b2a4da64a9da486cb8a38a97677ea9be11798207 100644 (file)
@@ -2715,9 +2715,12 @@ sub update {
 sub save {
   $lxdebug->enter_sub();
 
-  # check if there is a part number
+  # check if there is a part number - commented out, cause there is an automatic allocation of numbers
   # $form->isblank("partnumber", $locale->text(ucfirst $form->{item}." Part Number missing!"));
 
+  # check if there is a description
+  $form->isblank("description", $locale->text("Part Description missing!"));
+
   if ($form->{obsolete}) {
     $form->error(
       $locale->text(