Trans
This commit is contained in:
parent
1469854dc3
commit
8d50ee0f40
@ -24,4 +24,4 @@ SalariesStatistics=Salary statistics
|
||||
SalariesAndPayments=Salaries and payments
|
||||
ConfirmDeleteSalaryPayment=Do you want to delete this salary payment ?
|
||||
FillFieldFirst=Fill employee field first
|
||||
UpdateAmountWithLastSalary=Set amount with last salary
|
||||
UpdateAmountWithLastSalary=Set amount of last salary
|
||||
|
||||
@ -726,7 +726,7 @@ if ($num == 0) {
|
||||
}*/
|
||||
$colspan = 9;
|
||||
if (isModEnabled("banque")) { $colspan++; }
|
||||
print '<tr><td colspan="'.$colspan.'" class="opacitymedium">'.$langs->trans("NoRecordFound").'</td></tr>';
|
||||
print '<tr><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span></td></tr>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user