mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
fix:rebased code
This commit is contained in:
@@ -1655,7 +1655,6 @@ export async function validateLoyaltyProgram(
|
||||
normalizedToDate.setHours(0, 0, 0, 0);
|
||||
|
||||
if (normalizedToDate.getTime() < today.getTime()) {
|
||||
// Toast is already shown in beforeSync(), no need to duplicate
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user