From c23914f367eaf1555bff2569d77e800c6e5205ca Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Thu, 2 Dec 2021 23:05:18 +0100 Subject: [PATCH] FIX load css file --- htdocs/takepos/split.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/takepos/split.php b/htdocs/takepos/split.php index 75599d0160f..dbe474968a9 100644 --- a/htdocs/takepos/split.php +++ b/htdocs/takepos/split.php @@ -137,7 +137,7 @@ if ($invoiceid > 0) { } } -$arrayofcss = array('/takepos/css/pos.css.php', '/takepos/css/split.css.php'); +$arrayofcss = array('/takepos/css/pos.css.php'); $arrayofjs = array(); $head = ''; @@ -225,4 +225,4 @@ $( document ).ready(function() { - \ No newline at end of file +