From 9f9dd2cd30995100ee4d00c3a4165592ff3fb442 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Thu, 28 Mar 2019 11:41:59 +0100 Subject: [PATCH] NEW: Add import of accounting account for intra/export selling on product card --- htdocs/core/modules/modProduct.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php index 368a41a6fac..f9cb16fc9c0 100644 --- a/htdocs/core/modules/modProduct.class.php +++ b/htdocs/core/modules/modProduct.class.php @@ -325,6 +325,8 @@ class modProduct extends DolibarrModules 'p.duration' => "Duration",///duration of service 'p.url' => "PublicUrl", 'p.accountancy_code_sell' => "ProductAccountancySellCode", + 'p.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode", + 'p.accountancy_code_sell_export' => "ProductAccountancySellExportCode", 'p.accountancy_code_buy' => "ProductAccountancyBuyCode", 'p.weight' => "Weight", 'p.weight_units' => "WeightUnits",