Patch Jacopo Grasso
This commit is contained in:
parent
9cdf61ffae
commit
bc1e75227f
@ -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>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user