1
This commit is contained in:
@@ -350,7 +350,7 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
content := ""
|
content := ""
|
||||||
if store.PrinterFontSize == partner.PrinterFontSizeBig {
|
if store.PrinterFontSize == partner.PrinterFontSizeBig || store.PrinterFontSize == partner.PrinterFontSizeBig2 {
|
||||||
content = c.getOrderContentBig(order, store.Tel1, storeDetail)
|
content = c.getOrderContentBig(order, store.Tel1, storeDetail)
|
||||||
} else {
|
} else {
|
||||||
content = c.getOrderContent(order, store.Tel1, storeDetail)
|
content = c.getOrderContent(order, store.Tel1, storeDetail)
|
||||||
|
|||||||
Reference in New Issue
Block a user