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' } } };