diff --git a/app/Http/Controllers/PalletPrintController.php b/app/Http/Controllers/PalletPrintController.php index 75532d8..7975617 100644 --- a/app/Http/Controllers/PalletPrintController.php +++ b/app/Http/Controllers/PalletPrintController.php @@ -143,8 +143,10 @@ class PalletPrintController extends Controller 'customerName' => $customerName, 'masterBox' => $boxLabel, 'items' => $items, - 'grossWeight' => $grossWeight, - 'netWeight' => $grossWeight - 3.05, + 'grossWeight' => $grossWeight + 3.050, + 'netWeight' => $grossWeight, + // 'grossWeight' => $grossWeight, + // 'netWeight' => $grossWeight - 3.05, 'pallet' => $pallet, ])->setPaper([0, 0, $widthPt, $heightPt], 'portrait');