Merge pull request #13073 from RubenRuCh/11.0

FIX: #13018 Extrafields Supplier invoice
This commit is contained in:
Laurent Destailleur 2020-02-10 15:38:17 +01:00 committed by GitHub
commit 453315bc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1953,7 +1953,7 @@ class FactureFournisseur extends CommonInvoice
if (is_array($array_options) && count($array_options) > 0) {
// We replace values in this->line->array_options only for entries defined into $array_options
foreach($array_options as $key => $value) {
$this->line->array_options[$key] = $array_options[$key];
$line->array_options[$key] = $array_options[$key];
}
}