forked from Wavyzz/dolibarr
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -903,7 +903,7 @@ function get_next_value($db, $mask, $table, $field, $where = '', $objsoc = '', $
|
||||
|
||||
if (!is_object($objsoc)) {
|
||||
$valueforccc = $objsoc;
|
||||
} elseif ($table == "commande_fournisseur" || $table == "facture_fourn") {
|
||||
} elseif ($table == "commande_fournisseur" || $table == "facture_fourn" || $table == "paiementfourn") {
|
||||
$valueforccc = dol_string_unaccent($objsoc->code_fournisseur);
|
||||
} else {
|
||||
$valueforccc = dol_string_unaccent($objsoc->code_client);
|
||||
|
||||
Reference in New Issue
Block a user