Customer discount with prefill discount in sales.
This commit is contained in:
@ -110,6 +110,10 @@ const routes: Routes = [
|
||||
loadChildren: () =>
|
||||
import('./section-printers/section-printers.module').then((mod) => mod.SectionPrintersModule),
|
||||
},
|
||||
{
|
||||
path: 'settings',
|
||||
loadChildren: () => import('./settings/settings.module').then((mod) => mod.SettingsModule),
|
||||
},
|
||||
{
|
||||
path: 'settle-options',
|
||||
loadChildren: () =>
|
||||
|
||||
Reference in New Issue
Block a user