From ef08d0665dab8c8310b9f5128704cd7024b221e1 Mon Sep 17 00:00:00 2001 From: valentina Date: Tue, 16 Jul 2024 17:08:07 +0200 Subject: [PATCH] Fix minore --- src/Prints.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Prints.php b/src/Prints.php index 2965500b0..4071af5c0 100755 --- a/src/Prints.php +++ b/src/Prints.php @@ -210,7 +210,7 @@ class Prints $infos = PrintTemplate::where('name', $print)->first()->id; if (empty($infos)) { - $infos = PrintTemplate::find($print); + $infos = PrintTemplate::find($print)->id; } if (empty($infos)) {