|
@@ -461,7 +461,7 @@ class OrderClass extends BaseClass
|
|
|
$name = $name . str_repeat(' ', $blankNum);
|
|
$name = $name . str_repeat(' ', $blankNum);
|
|
|
|
|
|
|
|
$productNum = $current['num'] ?? '';
|
|
$productNum = $current['num'] ?? '';
|
|
|
- $blankNum = bcsub(12, strlen($productNum));
|
|
|
|
|
|
|
+ $blankNum = bcsub(14, strlen($productNum));
|
|
|
$productNum = $productNum . str_repeat(' ', $blankNum);
|
|
$productNum = $productNum . str_repeat(' ', $blankNum);
|
|
|
|
|
|
|
|
$productPrice = $current['price'] ?? '';
|
|
$productPrice = $current['price'] ?? '';
|