removed the cuddlers

This commit is contained in:
Godfrey M 2022-12-13 12:32:30 -08:00
parent 4442b446b9
commit 6a72c344b7

View file

@ -978,7 +978,7 @@
</td>
<td>{{ $component->pivot->assigned_qty }}</td>
<td>{{ Helper::formatCurrencyOutput($component->purchase_cost) }} each</td>
<td>{{$component->serial}}</td>
<td>{{ $component->serial }}</td>
<?php $totalCost = $totalCost + ($component->purchase_cost *$component->pivot->assigned_qty) ?>
</tr>