|
|
@@ -166,7 +166,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$content .= "<BR>";
|
|
|
$content .= "<BR>";
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
|
|
|
- $printSn = $ext['printSn'] ?? '';
|
|
|
+ $printSn = $ext['wcPrintSn'] ?? '';
|
|
|
if (!empty($printSn)) {
|
|
|
$p = new printUtil($printSn);
|
|
|
$p->printMsg($content, $shop);
|