Driver Settlement - #3232

fixed the adjustment
This commit is contained in:
Daniel Camargo 2014-07-02 17:49:29 -03:00
parent 95e6b6169f
commit 8851487cb3

View File

@ -85,6 +85,12 @@
<tr>
<td colspan="7">&nbsp;</td>
</tr>
<?php if( $summary[ 'adjustment' ] ) { ?>
<tr class="class">
<td colspan="6" style="text-align:right">Adjustment</td>
<td>$<?php echo number_format( $summary[ 'adjustment' ], 2 ); ?></td>
</tr>
<?php } ?>
<?php if( $summary[ 'pay_type' ] == Cockpit_Payment_Schedule::PAY_TYPE_PAYMENT ) { ?>
<tr class="class">
<td colspan="6" style="text-align:right">Tips by Card</td>