|
@@ -21,7 +21,7 @@
|
|
|
<input type="hidden" name="optionalClientUid" value="{{$patient->uid}}">
|
|
|
@endif
|
|
|
@if(@$entityType)
|
|
|
- <input type="hidden" name="genericTargetEntityType" value="{{$entityType}}">
|
|
|
+ <input type="hidden" name="genericTargetEntityType" value="{{@$entityType}}">
|
|
|
@endif
|
|
|
@if(@$entityUid)
|
|
|
<input type="hidden" name="genericTargetEntityUid" value="{{$entityUid}}">
|
|
@@ -37,7 +37,7 @@
|
|
|
<div class="mb-2">
|
|
|
<label for="" class="text-secondary text-sm mb-1">Service</label>
|
|
|
<select autofocus class="form-control" name="code"
|
|
|
- data-entity-type="{{$entityType}}"
|
|
|
+ data-entity-type="{{@$entityType}}"
|
|
|
onchange="switchGenericRate(this)">
|
|
|
<option value="">-- Select Code --</option>
|
|
|
@foreach($genericPro->genericRates() as $genericRate)
|
|
@@ -69,7 +69,7 @@
|
|
|
<input type="hidden" name="numberOfUnits" value="1">
|
|
|
<div class="mb-2" calculated-generic-amount></div>
|
|
|
</div>
|
|
|
-@if($entityType !== 'Note')
|
|
|
+@if(@$entityType !== 'Note')
|
|
|
<div class="mb-2">
|
|
|
<label for="" class="text-secondary text-sm mb-1">Description</label>
|
|
|
<input type="text" name="genericDescription" class="form-control form-control-sm" value="">
|