2
0
forked from Wavyzz/dolibarr

Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into

develop
This commit is contained in:
Laurent Destailleur
2024-01-18 12:19:08 +01:00
17 changed files with 115 additions and 54 deletions

View File

@@ -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';