forked from Wavyzz/dolibarr
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
@@ -6724,7 +6724,7 @@ function get_product_vat_for_country($idprod, $thirdpartytouse, $idprodfournpric
|
||||
$found = 1;
|
||||
}
|
||||
} else {
|
||||
// TODO Read default product vat according to product and another countrycode.
|
||||
// TODO Read default product vat according to product and an other countrycode.
|
||||
// Vat for couple anothercountrycode/product is data that is not managed and store yet, so we will fallback on next rule.
|
||||
}
|
||||
}
|
||||
@@ -11878,6 +11878,9 @@ function getElementProperties($element_type)
|
||||
$module = 'societe';
|
||||
$subelement = 'contact';
|
||||
$table_element = 'socpeople';
|
||||
} elseif ($element_type == 'inventory') {
|
||||
$module = 'product';
|
||||
$classpath = 'product/inventory/class';
|
||||
} elseif ($element_type == 'stock') {
|
||||
$classpath = 'product/stock/class';
|
||||
$classfile = 'entrepot';
|
||||
|
||||
Reference in New Issue
Block a user