fix stickler
This commit is contained in:
parent
42cf7acfe5
commit
1feb6a10f8
@ -205,7 +205,7 @@ abstract class ModeleNumRefMembers
|
|||||||
if (empty($nextval)) {
|
if (empty($nextval)) {
|
||||||
$nextval = $langs->trans("Undefined");
|
$nextval = $langs->trans("Undefined");
|
||||||
}
|
}
|
||||||
$s .= $langs->trans("NextValue").' ('.$langs->trans("Member").')'.': <b>'.$nextval.'</b><br>';
|
$s .= $langs->trans("NextValue").' ('.$langs->trans("Member").'): <b>'.$nextval.'</b><br>';
|
||||||
|
|
||||||
return $s;
|
return $s;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user