mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Look: Terme gnrique pour le dpartement/province/canton
This commit is contained in:
@@ -90,7 +90,7 @@ if ($action == 'create')
|
||||
print '<tr><td>CP</td><td><input size="6" type="text" name="cp"> ';
|
||||
print 'Ville <input type="text" name="ville"></td>';
|
||||
|
||||
print '<td>D<>partement</td><td>';
|
||||
print '<td>D<>partement/Province/Canton</td><td>';
|
||||
print $form->select_departement($soc->departement_id);
|
||||
print '</td></tr>';
|
||||
|
||||
@@ -164,7 +164,7 @@ elseif ($action == 'edit')
|
||||
|
||||
print '<tr><td>CP</td><td><input size="6" type="text" name="cp" value="'.$soc->cp.'"> ';
|
||||
print 'Ville <input type="text" name="ville" value="'.$soc->ville.'"></td>';
|
||||
print '<td>D<>partement</td><td>';
|
||||
print '<td>D<>partement/Province/Canton</td><td>';
|
||||
print $form->select_departement($soc->departement_id);
|
||||
print '</td></tr>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user