Look and feel v16
This commit is contained in:
parent
6aa32e7c70
commit
0e429ef058
@ -3520,7 +3520,6 @@ if ($action == 'create') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
if ($socid > 0) {
|
if ($socid > 0) {
|
||||||
@ -3682,6 +3681,7 @@ if ($action == 'create') {
|
|||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td>'.$form->editfieldkey('Currency', 'multicurrency_code', '', $object, 0).'</td>';
|
print '<td>'.$form->editfieldkey('Currency', 'multicurrency_code', '', $object, 0).'</td>';
|
||||||
print '<td colspan="2" class="maxwidthonsmartphone">';
|
print '<td colspan="2" class="maxwidthonsmartphone">';
|
||||||
|
print img_picto('', 'currency', 'class="pictofixedwidth"');
|
||||||
print $form->selectMultiCurrency($currency_code, 'multicurrency_code');
|
print $form->selectMultiCurrency($currency_code, 'multicurrency_code');
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user