CHECKPOINT COMMIT - POST SERVICE BANK REMOVAL

Service bank feature removed from front, back and e2e testing
mostly commented out in case need to add back again but in some places such as db schema it had to be removed entirely
so refer here if adding back in again
This commit is contained in:
2021-06-04 22:23:21 +00:00
parent 0d79c18e4b
commit 2816f54a0d
14 changed files with 107 additions and 108 deletions

View File

@@ -274,12 +274,12 @@ export default {
params: { recordid: tid.id }
});
break;
case ayatype.ServiceBank:
vm.$router.push({
name: "service-bank-edit",
params: { recordid: tid.id }
});
break;
// case ayatype.ServiceBank:
// vm.$router.push({
// name: "service-bank-edit",
// params: { recordid: tid.id }
// });
// break;
case ayatype.PurchaseOrder:
vm.$router.push({
name: "inv-purchase-order",