Update expensereport.class.php

This commit is contained in:
Laurent Destailleur 2017-11-17 13:04:33 +01:00 committed by GitHub
parent 5615416d1a
commit acc2fcbddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1525,7 +1525,7 @@ class ExpenseReport extends CommonObject
}
else
{
setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Error_EXPENSEREPORT_ADDON_NotDefined")), null, 'errors');
setEventMessages($langs->transnoentitiesnoconv("Error_EXPENSEREPORT_ADDON_NotDefined"), null, 'errors');
$errors++;
}
}