Changeset 057453c for src/sections/invoice/invoice-new-edit-status-date.tsx
- Timestamp:
- 02/26/25 10:05:32 (5 weeks ago)
- Branches:
- main
- Children:
- 299af01
- Parents:
- 5d6f37a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sections/invoice/invoice-new-edit-status-date.tsx
r5d6f37a r057453c 7 7 import { RHFSelect, RHFTextField } from 'src/components/hook-form'; 8 8 // api 9 import { useGetSettings} from 'src/api/settings';9 // import { useGetTenant } from 'src/api/settings'; 10 10 // utils 11 11 import { incrementInvoiceNumber } from 'src/utils/increment-invoice-number'; … … 33 33 const values = watch(); 34 34 35 const { settings } = useGetSettings();35 // const { settings } = useGetTenant(); 36 36 37 37 return (
Note:
See TracChangeset
for help on using the changeset viewer.