Added the payement adjustment heads in master dropdown

This commit is contained in:
ashutosh.nehete 2025-10-17 14:31:21 +05:30
parent e94210a341
commit 7e634e3a47

View File

@ -590,7 +590,6 @@ namespace Marco.Pms.Services.Controllers
{ {
new MasterMenuVM { Id = 3, Name = "Work Category" }, new MasterMenuVM { Id = 3, Name = "Work Category" },
new MasterMenuVM { Id = 8, Name = "Services" } new MasterMenuVM { Id = 8, Name = "Services" }
//new MasterMenuVM { Id = 10, Name = "Payment Mode" }
} }
}, },
{ {
@ -604,7 +603,8 @@ namespace Marco.Pms.Services.Controllers
ExpenseManagement, new List<MasterMenuVM> ExpenseManagement, new List<MasterMenuVM>
{ {
new MasterMenuVM { Id = 6, Name = "Expense Type" }, new MasterMenuVM { Id = 6, Name = "Expense Type" },
new MasterMenuVM { Id = 7, Name = "Payment Mode" } new MasterMenuVM { Id = 7, Name = "Payment Mode" },
new MasterMenuVM { Id = 10, Name = "Payment Adjustment Head" }
} }
} }
}; };