2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2022-06-27 22:43:29 +02:00
parent 748c714b1b
commit 0e0c9888a2
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ foreach ($list as $key) {
}
print '</select>';
print ajax_combobox('provider');
print ' <input type="text" name="label" value="" placeholder="'.$langs->trans("Name").'">';
print ' <input type="text" name="label" value="" placeholder="'.$langs->trans("Label").'">';
print ' <input type="submit" class="button small" name="add" value="'.$langs->trans("Add").'">';
print '<br>';
print '<br>';