Browse Source

Inline generic-bills for shipments and supply-orders

Vijayakrishnan 4 năm trước cách đây
mục cha
commit
21ae48b709

+ 3 - 0
resources/views/app/patient/shipments.blade.php

@@ -413,6 +413,9 @@
                         </div>
                     @endif
 
+                    <hr class="m-neg-4">
+                    @include('app.generic-bills.inline', ['patient' => $patient, 'entityType' => 'Shipment', 'entityUid' => $shipment->uid])
+
                 </div>
             @endif
 

+ 4 - 0
resources/views/app/patient/supply-orders.blade.php

@@ -454,6 +454,10 @@
                             </div>
                         @endif
                     @endif
+
+                    <hr class="m-neg-4">
+                    @include('app.generic-bills.inline', ['patient' => $patient, 'entityType' => 'SupplyOrder', 'entityUid' => $supplyOrder->uid])
+
                 </div>
             @endif
         </div>