Change department to position
This commit is contained in:
+2
-2
@@ -221,7 +221,7 @@ export const dashboardApi = {
|
||||
export const employeeSerialApi = {
|
||||
generate: async (data: {
|
||||
companyName: string;
|
||||
department: string;
|
||||
position: string;
|
||||
employeeName: string;
|
||||
quantity: number;
|
||||
serialPrefix?: string;
|
||||
@@ -290,7 +290,7 @@ export const employeeSerialApi = {
|
||||
|
||||
update: async (serialNumber: string, data: {
|
||||
companyName?: string;
|
||||
department?: string;
|
||||
position?: string;
|
||||
employeeName?: string;
|
||||
isActive?: boolean;
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user