lint(stickler)
This commit is contained in:
parent
5fd0c1b810
commit
c865199a78
@ -2181,11 +2181,9 @@ class Product extends CommonObject
|
|||||||
} else {
|
} else {
|
||||||
$sql .= " pa.accountancy_code_buy, pa.accountancy_code_buy_intra, pa.accountancy_code_buy_export, pa.accountancy_code_sell, pa.accountancy_code_sell_intra, pa.accountancy_code_sell_export,";
|
$sql .= " pa.accountancy_code_buy, pa.accountancy_code_buy_intra, pa.accountancy_code_buy_export, pa.accountancy_code_sell, pa.accountancy_code_sell_intra, pa.accountancy_code_sell_export,";
|
||||||
}
|
}
|
||||||
|
|
||||||
//For MultiCompany
|
|
||||||
//PMP per entity & Stocks Sharings stock_reel includes only stocks shared with this entity
|
|
||||||
//TODO : Add to Dolibarr update : SQL ;
|
|
||||||
|
|
||||||
|
//For MultiCompany
|
||||||
|
//PMP per entity & Stocks Sharings stock_reel includes only stocks shared with this entity
|
||||||
$separatedEntityPMP = false;
|
$separatedEntityPMP = false;
|
||||||
$separatedStock = false;
|
$separatedStock = false;
|
||||||
if (!empty($conf->global->MULTICOMPANY_PRODUCT_SHARING_ENABLED)) {
|
if (!empty($conf->global->MULTICOMPANY_PRODUCT_SHARING_ENABLED)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user