FlattenToForm: Preis- und Rabatt-Quellen berücksichtigen.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 4 Dec 2015 12:53:48 +0000 (13:53 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 4 Dec 2015 12:53:48 +0000 (13:53 +0100)
SL/DB/Helper/FlattenToForm.pm

index 83f36cd..6a0bdc2 100644 (file)
@@ -63,7 +63,8 @@ sub flatten_to_form {
     _copy($item->part,    $form, '',        "_${idx}", 0,               qw(id partnumber weight));
     _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 approved_sellprice reqdate transdate));
+                                                                           subtotal longdescription price_factor_id marge_price_factor approved_sellprice reqdate transdate
+                                                                           active_price_source active_discount_source));
     _copy($item,          $form, '',        "_${idx}", $format_noround, qw(qty sellprice));
     _copy($item,          $form, '',        "_${idx}", $format_amounts, qw(marge_total marge_percent lastcost));
     _copy($item,          $form, '',        "_${idx}", $format_percent, qw(discount));