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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user