update invoice

This commit is contained in:
hamid zarghami
2026-02-21 14:28:32 +03:30
parent 002e45de0b
commit f2ebdc9836
8 changed files with 384 additions and 11 deletions
+5 -3
View File
@@ -179,9 +179,11 @@ const ProformaInvoice: FC = () => {
key: 'actions',
title: '',
render: (item) => (
<Link to={Paths.perfomaInvoice.detail + item.id}>
<Eye size={20} color='#8C90A3' />
</Link>
<div className='flex gap-2 items-center'>
<Link to={Paths.perfomaInvoice.update + item.id}>
<Eye size={20} color='#8C90A3' />
</Link>
</div>
),
},
]}