Browse Source

Remove (boo) :-|

Vijayakrishnan 4 years ago
parent
commit
7e864e5dc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/shipments.blade.php

+ 1 - 1
resources/views/app/patient/shipments.blade.php

@@ -201,7 +201,7 @@
                                 <tbody>
                                 @foreach($shipment->supplyOrders as $iSupplyOrder)
                                     <tr class="">
-                                        <td class="px-2">{{ $iSupplyOrder->product->title }} {{$iSupplyOrder->pack_id ? $iSupplyOrder->pack_id : '(boo)'}}</td>
+                                        <td class="px-2">{{ $iSupplyOrder->product->title }}</td>
                                         <td class="px-2">
                                             <div moe relative class="d-block">
                                                 <a start show>{{ $iSupplyOrder->imei ? $iSupplyOrder->imei : '(not set)' }}</a>