@@ -1,4 +1,6 @@
-<a class="py-0 font-weight-normal c-pointer" onclick="showStagPopup('client-{{ $key }}')">Edit</a>
+@if(!@$noEditLink)
+ <a class="py-0 font-weight-normal c-pointer" onclick="showStagPopup('client-{{ $key }}')">Edit</a>
+@endif
<div class="stag-popup mcp-theme-1 {{ isset($class) ? $class : '' }}" stag-popup-key="client-{{ $key }}">
<?php
$contentData = false;
@@ -81,7 +81,7 @@
@include('app.patient.tickets.ticket_send_fax_form')
</div>
-
+ @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide', 'noEditLink' => true])
<script>
(function() {
const debounce = (func, delay) => {
@@ -98,6 +98,8 @@
<label class="text-secondary mb-0 font-weight-normal font-size-16">ERx</label>
<span class="text-secondary mx-2">|</span>
<a href="#" v-on:click.prevent="addERxLineItem()">Add</a>
+ <span class="text-secondary mx-2">|</span>
+ <a class="py-0 font-weight-normal c-pointer" onclick="showStagPopup('client-rx')">Patient Rx</a>