@@ -1015,7 +1015,8 @@ body .node input[type="number"] {
width: calc(100% - 4rem);
}
.stag-popup.tall>form, .stag-popup.tall>.stag-popup-content {
- min-height: 100%;
+ height: 100%;
+ min-height: 500px;
.stag-popup.narrow>form, .stag-popup.narrow>.stag-popup-content {
max-width: 500px;
@@ -245,6 +245,18 @@
<!-- faxes -->
@include('app.patient.tickets.faxes', ['category' => 'erx'])
+ <!-- bills -->
+ <div class="px-3 py-3 border-top">
+ <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/' + erxPopupItem.uid">
+ Generic Bills
+ </a>
+ </div>
+
<!-- comments -->
@include('app.patient.tickets.comments', ['category' => 'erx'])
@@ -132,6 +132,18 @@
<!-- attachments -->
@include('app.patient.tickets.attachments', ['category' => 'imaging'])
+ :href="'/generic-bill-view/Ticket/' + imagingPopupItem.uid">
@include('app.patient.tickets.comments', ['category' => 'imaging'])
</form>
@@ -136,6 +136,18 @@
@include('app.patient.tickets.attachments', ['category' => 'lab'])
+ :href="'/generic-bill-view/Ticket/' + labPopupItem.uid">
@include('app.patient.tickets.comments', ['category' => 'lab'])