Skip to content

Commit e7d24f8

Browse files
committed
FIX: BarcodeBottom generator
1 parent c0bc679 commit e7d24f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/App/Services/Ws.Labels.Service/Features/Generate/Features/Weight/LabelWeightGenerator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public Label GenerateLabel(GenerateWeightLabelDto dto)
3636
StorageMethod = storageMethod
3737
};
3838

39-
labelXml.BarcodeBottomTemplate = template.BarcodeTopBody;
39+
labelXml.BarcodeBottomTemplate = template.BarcodeBottomBody;
4040
labelXml.BarcodeRightTemplate = template.BarcodeRightBody;
4141
labelXml.BarcodeTopTemplate = template.BarcodeTopBody;
4242

0 commit comments

Comments
 (0)