Skip to content

Commit

Permalink
[-] BO : fixed bug #PSCFV-4674
Browse files Browse the repository at this point in the history
  • Loading branch information
vAugagneur committed Oct 16, 2012
1 parent 6af9338 commit 100501c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<tbody>
{foreach from=$order->getShipping() item=line}
<tr>
<td>{$line.date_add}</td>
<td>{dateFormat date=$line.date_add full=true}</td>
<td>{$line.type}</td>
<td>{$line.state_name}</td>
<td>{$line.weight|string_format:"%.3f"} {Configuration::get('PS_WEIGHT_UNIT')}</td>
Expand Down

0 comments on commit 100501c

Please sign in to comment.