Fix missing item invoice update on failure
This commit is contained in:
parent
67f6c170aa
commit
6c3301a9c4
@ -121,7 +121,7 @@ export function usePaidMutation (mutation,
|
|||||||
data = {
|
data = {
|
||||||
[dataKey]: {
|
[dataKey]: {
|
||||||
...data[dataKey],
|
...data[dataKey],
|
||||||
invoice
|
invoice: e.invoice
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user