Update define_holiday.php

This commit is contained in:
Frédéric FRANCE 2019-11-01 22:22:07 +01:00 committed by GitHub
parent 78c1e8dfbe
commit 7bd88f33a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,11 +201,6 @@ if ($lastUpdate) {
}
print "</div><br>\n";
$result = $holiday->updateBalance(); // Create users into table holiday if they don't exists. TODO Remove this whif we use field into table user.
if ($result < 0)
{
setEventMessages($holiday->error, $holiday->errors, 'errors');
}
$filters = '';