|
@@ -74,6 +74,7 @@
|
|
|
<th class="px-2 text-secondary">Source</th>
|
|
|
{{--<th class="px-2 text-secondary">Memo</th>--}}
|
|
|
<th class="px-2 text-secondary"></th>
|
|
|
+ <th class="px-2 text-secondary"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -139,6 +140,11 @@
|
|
|
</form>
|
|
|
</span>
|
|
|
</td>
|
|
|
+ <td class="px-2">
|
|
|
+ @if(!$measurement->is_cellular_zero)
|
|
|
+ @include('app.generic-bills.modal', ['entityType' => 'Measurement', 'entityUid' => $measurement->uid])
|
|
|
+ @endif
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
@endif
|
|
|
@endif
|