stock request

This commit is contained in:
2026-07-04 17:46:30 +05:30
parent c6a3ea51da
commit 7cd0ae85ef
23 changed files with 1293 additions and 570 deletions

View File

@@ -151,6 +151,10 @@ export default function AdminConsole({ activeTab: propActiveTab, showHeader = tr
const res = await createLocationMut.mutateAsync({
...storeForm,
status: 'Active',
moduleid: 2,
applocationid: 1,
partnerid: 1,
roleid: 4,
});
setStoreSuccess(res);
alert('Store Location created successfully!');