Merge branch 'upgrade_Expense' of https://git.marcoaiot.com/admin/marco.pms.web into upgrade_Expense
This commit is contained in:
commit
b668faab33
@ -193,7 +193,7 @@ function ManagePaymentRequest({ closeModal, requestToEdit = null }) {
|
||||
const editPayload = {
|
||||
...payload,
|
||||
id: data.id,
|
||||
payee: isItself ? profile?.employeeInfo?.id : fromdata.payee,
|
||||
payee: isItself ? `${profile?.employeeInfo?.firstName} ${profile?.employeeInfo?.lastName}` : fromdata.payee,
|
||||
};
|
||||
PaymentRequestUpdate({ id: data.id, payload: editPayload });
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user