Added hosting report and enabled updating hosting details

This commit is contained in:
Deon George
2022-04-02 20:26:59 +11:00
parent edc06e51fb
commit 9659621ba0
11 changed files with 275 additions and 19 deletions

View File

@@ -80,7 +80,7 @@
],
});
$('#invoices_due tbody').on('click','tr', function () {
$('tbody').on('click','tr', function () {
$(this).toggleClass('selected');
});
});