From fea9b335c9527f9af2c9814d3eb9f70f4fe96354 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 3 Sep 2024 12:20:48 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 37a407c7..b7018ca4 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -991,6 +991,7 @@ function setProductFromGM($article, $initlog, ProductLogger &$passproductLogger) switch ($article->DescrizioneTipologia) { case 'Libri': + case 'Cartolibro': $prodotti = $prodotti->where('name', $titolo)->get(); $id = 0;