Resolve deduct from labor calculations.

This commit is contained in:
Patrick Fic
2023-10-18 09:51:17 -07:00
parent acc9145d52
commit b9a6a98fee
8 changed files with 75 additions and 8 deletions

View File

@@ -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"),