2
0
mirror of https://github.com/frappe/books.git synced 2024-11-14 09:24:04 +00:00

fix: corrected routing for CouponCode

This commit is contained in:
AbleKSaju 2024-09-30 15:27:36 +05:30
parent ea5293bb8b
commit 02a366f45b

View File

@ -219,7 +219,7 @@ function getCompleteSidebar(): SidebarConfig {
{
label: t`Coupon Code`,
name: 'coupon-code',
route: `/list/CouponCode/CouponCode`,
route: `/list/CouponCode`,
schemaName: 'CouponCode',
hidden: () => !fyo.singles.AccountingSettings?.enableCouponCode,
},