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:
parent
ea5293bb8b
commit
02a366f45b
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user