mock getTotalAmoutn in order class

This commit is contained in:
Manuel Raynaud
2013-09-09 14:29:11 +02:00
parent 77fc36fc91
commit d4ec36e920
2 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ class Order extends BaseOrder {
*/
public function getTotalAmount()
{
return 0;
return 2;
}
}

View File

@@ -70,11 +70,11 @@
{module_include location='customer_list_row'}
<td>
{format_date date=#LASTORDER_DATE}
{format_date date=$LASTORDER_DATE}
</td>
<td>
{format_number number=#LASTORDER_AMOUNT}
{format_number number=$LASTORDER_AMOUNT}
</td>
<td>
<div class="btn-group">