Fix not default template for BOM

This commit is contained in:
Laurent Destailleur 2024-09-30 18:26:24 +02:00
parent d0fb08adf4
commit 25ea797aed

View File

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