This commit is contained in:
2021-01-22 19:58:01 +00:00
parent b63455bcd2
commit c4e6a3276f

View File

@@ -243,6 +243,14 @@ export default {
params: { recordid: tid.id }
});
break;
case ayatype.PartInventory:
//this one's a little different, there is no way to edit a partinventory transaction
//so it opens to the history of the one clicked so user can see who was responsible
vm.$router.push({
name: "ay-history",
params: { ayatype: ayatype.PartInventory, recordid: tid.id }
});
break;
case ayatype.PartWarehouse:
vm.$router.push({
name: "inv-part-warehouse",