From: Martin Helmling martin.helmling@octosoft.eu Date: Thu, 26 Jan 2017 11:38:02 +0000 (+0100) Subject: nicht vorhandene Variable "approved_sellprice" entfernt X-Git-Tag: release-3.5.4~1632 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f83b7068545abf5b9da6d13019f872eb989b8fc9;p=kivitendo-erp.git nicht vorhandene Variable "approved_sellprice" entfernt --- diff --git a/SL/DB/Helper/FlattenToForm.pm b/SL/DB/Helper/FlattenToForm.pm index 3627cfa49..dff9e1df9 100644 --- a/SL/DB/Helper/FlattenToForm.pm +++ b/SL/DB/Helper/FlattenToForm.pm @@ -88,7 +88,7 @@ sub flatten_to_form { _copy($item->part, $form, '', "_${idx}", 0, qw(id partnumber weight part_type)); _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 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));