commit
0453daae72
@ -3,6 +3,7 @@ English Dolibarr ChangeLog
|
|||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
|
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
|
||||||
|
Fix: [ bug #1445 ] html fix : missing </tr>
|
||||||
Fix: [ bug #1415 ] Intervention document model name and suppliers model names is not shown
|
Fix: [ bug #1415 ] Intervention document model name and suppliers model names is not shown
|
||||||
properly in module configuration
|
properly in module configuration
|
||||||
Fix: [ bug #1416 ] Supplier order does not list document models in the select box of the
|
Fix: [ bug #1416 ] Supplier order does not list document models in the select box of the
|
||||||
|
|||||||
@ -1164,7 +1164,7 @@ if ($action == 'create')
|
|||||||
{
|
{
|
||||||
print $form->select_company((empty($_GET['socid'])?'':$_GET['socid']),'socid','s.fournisseur = 1',1);
|
print $form->select_company((empty($_GET['socid'])?'':$_GET['socid']),'socid','s.fournisseur = 1',1);
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Ref supplier
|
// Ref supplier
|
||||||
print '<tr><td class="fieldrequired">'.$langs->trans('RefSupplier').'</td><td><input name="ref_supplier" value="'.(isset($_POST['ref_supplier'])?$_POST['ref_supplier']:$fac_ori->ref).'" type="text"></td>';
|
print '<tr><td class="fieldrequired">'.$langs->trans('RefSupplier').'</td><td><input name="ref_supplier" value="'.(isset($_POST['ref_supplier'])?$_POST['ref_supplier']:$fac_ori->ref).'" type="text"></td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user