1
This commit is contained in:
@@ -316,7 +316,7 @@ func (c *PrinterHandler) getOrderContentBig805334(order *model.GoodsOrder, store
|
||||
if sku.Count > 1 {
|
||||
orderFmt += `<L>%s <RIGHT>%s</RIGHT></L><BR>`
|
||||
} else {
|
||||
orderFmt += `</L>%s <RIGHT>%s</RIGHT></L><BR>`
|
||||
orderFmt += `<L>%s <RIGHT>%s</RIGHT></L><BR>`
|
||||
}
|
||||
orderParams = append(orderParams, sku.SkuName, "x"+utils.Int2Str(sku.Count))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user