|
@@ -98,6 +98,18 @@
|
|
|
<!-- attachments -->
|
|
|
@include('app.patient.tickets.attachments', ['category' => 'other'])
|
|
|
|
|
|
+ <!-- bills -->
|
|
|
+ <div class="px-3 py-3 border-top" v-if="otherPopupMode !== 'add'">
|
|
|
+ <a class="mb-0 font-weight-normal font-size-16 d-flex align-items-center"
|
|
|
+ native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ popup-style="tall"
|
|
|
+ title="Generic Bills"
|
|
|
+ :href="'/generic-bill-view/Ticket/' + otherPopupMode.uid">
|
|
|
+ Generic Bills
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
<!-- comments -->
|
|
|
@include('app.patient.tickets.comments', ['category' => 'other'])
|
|
|
</form>
|