Changed net weight and gross weight of wire print pallet #603
@@ -143,8 +143,10 @@ class PalletPrintController extends Controller
|
|||||||
'customerName' => $customerName,
|
'customerName' => $customerName,
|
||||||
'masterBox' => $boxLabel,
|
'masterBox' => $boxLabel,
|
||||||
'items' => $items,
|
'items' => $items,
|
||||||
'grossWeight' => $grossWeight,
|
'grossWeight' => $grossWeight + 3.050,
|
||||||
'netWeight' => $grossWeight - 3.05,
|
'netWeight' => $grossWeight,
|
||||||
|
// 'grossWeight' => $grossWeight,
|
||||||
|
// 'netWeight' => $grossWeight - 3.05,
|
||||||
'pallet' => $pallet,
|
'pallet' => $pallet,
|
||||||
])->setPaper([0, 0, $widthPt, $heightPt], 'portrait');
|
])->setPaper([0, 0, $widthPt, $heightPt], 'portrait');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user