2
0
forked from Wavyzz/dolibarr

Patch Jacopo Grasso

This commit is contained in:
Laurent Destailleur
2008-10-25 15:30:29 +00:00
parent 9cdf61ffae
commit bc1e75227f

View File

@@ -290,7 +290,7 @@ if ($_GET["action"] == 'create')
print '<td colspan="3">';
$expe->fetch_delivery_methods();
$html->select_array("expedition_method_id",$expe->meths);
$html->select_array("expedition_method_id",$expe->meths,'',0,0,0,0,"",1);
print "</td></tr>\n";
// Tracking number
print "<tr><td>".$langs->trans("TrackingNumber")."</td>";