|
@@ -17,7 +17,7 @@
|
|
|
<th class="border-bottom-0 text-secondary">Subjective</th>
|
|
|
<th class="border-bottom-0 text-secondary">Plan</th>
|
|
|
<th class="border-bottom-0 text-secondary width-140px">Start Date</th>
|
|
|
- <th class="border-bottom-0 text-secondary text-nowrap">{{$adder}}</th>
|
|
|
+ <th class="d-none border-bottom-0 text-secondary text-nowrap">{{$adder}}</th>
|
|
|
<th class="border-bottom-0 text-secondary width-50px"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -73,7 +73,7 @@
|
|
|
<td class="p-0">
|
|
|
<input type="date" key="start_date" bucket="data">
|
|
|
</td>
|
|
|
- <td class="p-0">
|
|
|
+ <td class="p-0 d-none">
|
|
|
<input type="text" key="prescriber" bucket="data">
|
|
|
</td>
|
|
|
<td class="px-2 align-middle text-center text-nowrap">
|
|
@@ -88,4 +88,4 @@
|
|
|
<button class="btn btn-sm btn-default border bg-white" onclick="closeStagPopup(); return false;">Close</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
-</div>
|
|
|
+</div>
|