Resolve deduct from labor calculations.
This commit is contained in:
@@ -239,7 +239,7 @@ export function PayrollLaborAllocationsTable({
|
||||
});
|
||||
|
||||
if (response.status === 200) {
|
||||
if (response.data.success) {
|
||||
if (response.data.success !== false) {
|
||||
notification.open({
|
||||
type: "success",
|
||||
message: t("timetickets.successes.payall"),
|
||||
|
||||
Reference in New Issue
Block a user