mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix not default template for BOM
This commit is contained in:
parent
d0fb08adf4
commit
25ea797aed
|
|
@ -986,7 +986,7 @@ class BOM extends CommonObject
|
|||
$outputlangs->load("products");
|
||||
|
||||
if (!dol_strlen($modele)) {
|
||||
$modele = 'standard';
|
||||
$modele = '';
|
||||
|
||||
if ($this->model_pdf) {
|
||||
$modele = $this->model_pdf;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user