Update html.formpropal.class.php
This commit is contained in:
parent
80d6c26202
commit
edfa7dddfc
@ -139,7 +139,7 @@ class FormPropal
|
||||
} else {
|
||||
print '<option value="2,4">';
|
||||
}
|
||||
print ($langs->trans($prefix.'Signed'.($short ? 'Short' : '')).'+'.$langs->trans($prefix.'Billed'.($short ? 'Short' : '')));
|
||||
print ($langs->trans($prefix.'Signed'.($short ? 'Short' : '')).' '.$langs->trans("or").' '.$langs->trans($prefix.'Billed'.($short ? 'Short' : '')));
|
||||
print '</option>';
|
||||
print '</select>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user