|
@@ -28,7 +28,7 @@
|
|
|
<?php $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_create($patient->created_at))->invert === 1); ?>
|
|
|
|
|
|
<?php $nonCoreVisitNotes = $patient->nonCoreVisitNotes; ?>
|
|
|
- <?php $disallowPointEdits = true; // $nonCoreVisitNotes && count($nonCoreVisitNotes); ?>
|
|
|
+ <?php $disallowPointEdits = $nonCoreVisitNotes && count($nonCoreVisitNotes); ?>
|
|
|
|
|
|
<div class="row client-single-dashboard">
|
|
|
<div class="col-6">
|