@@ -2612,6 +2625,8 @@ sub assembly_row {
$column_data{total} = qq|
$linetotal
|;
+ $column_data{deliverydate} = qq|
$deliverydate
|;
+
print qq|
|;
@@ -2700,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(