From 0d24e50d01499cc56aa33a05e790a1bf6e41e01f Mon Sep 17 00:00:00 2001 From: amazuecos Date: Mon, 21 Apr 2025 14:29:51 +0200 Subject: [PATCH] fix if imposicion null --- ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php b/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php index 4a7341e1..c246365d 100755 --- a/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php +++ b/ci4/app/Views/themes/vuexy/pdfs/orden_trabajo.php @@ -181,9 +181,13 @@ $settings = $session->get('settings');
- imposicion_esquema()): ?> - imposicion_esquema()->svg_schema ?> + + + imposicion_esquema()): ?> + imposicion_esquema()->svg_schema ?> + +