mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
fix(FE): refactor sales order form create
This commit is contained in:
@@ -520,7 +520,15 @@ const MarketingTable = () => {
|
||||
<div className='flex flex-row justify-between p-3 border-b border-base-content/10'>
|
||||
<div className='flex flex-row gap-3'>
|
||||
<RequirePermission permissions='lti.marketing.sales_order.create'>
|
||||
<Button className='font-semibold text-base-100 text-sm rounded-lg shadow-button-soft px-3 py-2.5'>
|
||||
<Button
|
||||
href={{
|
||||
pathname: '/marketing',
|
||||
query: {
|
||||
action: 'add',
|
||||
},
|
||||
}}
|
||||
className='font-semibold text-base-100 text-sm rounded-lg shadow-button-soft px-3 py-2.5'
|
||||
>
|
||||
<Icon icon='heroicons:plus' width={20} height={20} />
|
||||
Add Sales Order
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user