mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Various changes
This commit is contained in:
@ -239,7 +239,7 @@
|
||||
<tr ng-hide="workorders.length"><td colspan="4" class="table-message">There is no information to display.</td></tr>
|
||||
<tr ng-repeat="pm in pms">
|
||||
<td>
|
||||
<a ng-href="/workorders/add?clientId={{master._id}}&reason=Preventive%20Maintenance&remarks={{pm}}">Preventive Maintenance ({{pm}})</a><br>
|
||||
<a ng-href="/workorders/add?workorderType=pm&clientId={{master._id}}&type={{pm}}">Preventive Maintenance ({{pm}})</a><br>
|
||||
</td>
|
||||
<td>This Month</td>
|
||||
<td>PM Due</td>
|
||||
@ -285,4 +285,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user