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;