From d241feffb3e101fb01494fd3e4f65c6d0b605d47 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 1 Jul 2024 12:19:22 +0200 Subject: [PATCH] fix(salix): refs #7648 #7648 buyLabel report style --- print/templates/reports/buy-label/assets/css/import.js | 3 ++- print/templates/reports/buy-label/buy-label.js | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 print/templates/reports/buy-label/buy-label.js diff --git a/print/templates/reports/buy-label/assets/css/import.js b/print/templates/reports/buy-label/assets/css/import.js index 4b4bb7086..37a98dfdd 100644 --- a/print/templates/reports/buy-label/assets/css/import.js +++ b/print/templates/reports/buy-label/assets/css/import.js @@ -7,5 +7,6 @@ module.exports = new Stylesheet([ `${vnPrintPath}/common/css/spacing.css`, `${vnPrintPath}/common/css/misc.css`, `${vnPrintPath}/common/css/layout.css`, - `${vnPrintPath}/common/css/email.css`]) + `${vnPrintPath}/common/css/report.css`, + `${__dirname}/style.css`]) .mergeStyles(); diff --git a/print/templates/reports/buy-label/buy-label.js b/print/templates/reports/buy-label/buy-label.js old mode 100755 new mode 100644