Revision f83b7068
Von Martin Helmling martin.helmling@octosoft.eu vor fast 8 Jahren hinzugefügt
SL/DB/Helper/FlattenToForm.pm | ||
---|---|---|
88 | 88 |
_copy($item->part, $form, '', "_${idx}", 0, qw(id partnumber weight part_type)); |
89 | 89 |
_copy($item->part, $form, '', "_${idx}", 0, qw(listprice)); |
90 | 90 |
_copy($item, $form, '', "_${idx}", 0, qw(description project_id ship serialnumber pricegroup_id ordnumber donumber cusordnumber unit |
91 |
subtotal longdescription price_factor_id marge_price_factor approved_sellprice reqdate transdate
|
|
91 |
subtotal longdescription price_factor_id marge_price_factor reqdate transdate |
|
92 | 92 |
active_price_source active_discount_source)); |
93 | 93 |
_copy($item, $form, '', "_${idx}", $format_noround, qw(qty sellprice)); |
94 | 94 |
_copy($item, $form, '', "_${idx}", $format_amounts, qw(marge_total marge_percent lastcost)); |
Auch abrufbar als: Unified diff
nicht vorhandene Variable "approved_sellprice" entfernt