Fix minore
This commit is contained in:
parent
de4fdffa2b
commit
ef08d0665d
|
@ -210,7 +210,7 @@ class Prints
|
||||||
$infos = PrintTemplate::where('name', $print)->first()->id;
|
$infos = PrintTemplate::where('name', $print)->first()->id;
|
||||||
|
|
||||||
if (empty($infos)) {
|
if (empty($infos)) {
|
||||||
$infos = PrintTemplate::find($print);
|
$infos = PrintTemplate::find($print)->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($infos)) {
|
if (empty($infos)) {
|
||||||
|
|
Loading…
Reference in New Issue