NEW: Add import of accounting account for intra/export selling on product card
This commit is contained in:
parent
1818e22be9
commit
9f9dd2cd30
@ -325,6 +325,8 @@ class modProduct extends DolibarrModules
|
|||||||
'p.duration' => "Duration",///duration of service
|
'p.duration' => "Duration",///duration of service
|
||||||
'p.url' => "PublicUrl",
|
'p.url' => "PublicUrl",
|
||||||
'p.accountancy_code_sell' => "ProductAccountancySellCode",
|
'p.accountancy_code_sell' => "ProductAccountancySellCode",
|
||||||
|
'p.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode",
|
||||||
|
'p.accountancy_code_sell_export' => "ProductAccountancySellExportCode",
|
||||||
'p.accountancy_code_buy' => "ProductAccountancyBuyCode",
|
'p.accountancy_code_buy' => "ProductAccountancyBuyCode",
|
||||||
'p.weight' => "Weight",
|
'p.weight' => "Weight",
|
||||||
'p.weight_units' => "WeightUnits",
|
'p.weight_units' => "WeightUnits",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user