]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Helper/FlattenToForm.pm
orderitems um Attribut optional erweitert
[kivitendo-erp.git] / SL / DB / Helper / FlattenToForm.pm
index ccd6ca045b10e138d1e236d6d698fafc499457dc..f99993922f718edbf917ab8f00930f5749545842 100644 (file)
@@ -97,7 +97,7 @@ sub flatten_to_form {
     _copy($item->part,    $form, '',               "_${idx}", 0,               qw(listprice));
     _copy($item,          $form, '',               "_${idx}", 0,               qw(description project_id ship serialnumber pricegroup_id ordnumber donumber cusordnumber unit
                                                                                   subtotal longdescription price_factor_id marge_price_factor reqdate transdate
-                                                                                  active_price_source active_discount_source));
+                                                                                  active_price_source active_discount_source optional));
     _copy($item,          $form, '',              "_${idx}", $format_noround, qw(qty sellprice fxsellprice));
     _copy($item,          $form, '',              "_${idx}", $format_amounts, qw(marge_total marge_percent lastcost));
     _copy($item,          $form, '',              "_${idx}", $format_percent, qw(discount));