From fe6d1da274b0b9f0e3f5f7816898982eadd75af5 Mon Sep 17 00:00:00 2001 From: guillermo Date: Thu, 9 Jan 2025 14:19:07 +0100 Subject: [PATCH] feat: refs #7280 Second commit --- .../scan-expedition-pallet-label.html | 20 ++++++++++++++++++- .../scan-expedition-pallet-label.js | 17 +--------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.html b/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.html index 939ab7081..3c089c31d 100644 --- a/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.html +++ b/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.html @@ -2,6 +2,24 @@ + + + + + + + + + + + + + + + + + +
- \ No newline at end of file + diff --git a/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.js b/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.js index aeb09ad4a..ea626d909 100755 --- a/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.js +++ b/print/templates/reports/scan-expedition-pallet-label/scan-expedition-pallet-label.js @@ -19,22 +19,7 @@ module.exports = { id: { type: Number, required: true, - description: 'The item id' - }, - warehouseId: { - type: Number - }, - packing: { - type: Number - }, - copies: { - type: Number - }, - userId: { - type: Number - }, - typeId: { - type: String + description: 'The expedition pallet id' } } };