From a0c81c9e48cbe4b57656cb2996cd95b2d12adafc Mon Sep 17 00:00:00 2001 From: Daniel Camargo Date: Sun, 14 Dec 2014 23:32:56 -0200 Subject: [PATCH] partial #4301 --- include/library/Crunchbutton/Settlement.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/library/Crunchbutton/Settlement.php b/include/library/Crunchbutton/Settlement.php index 2062ecfe7..c5bc6bf05 100644 --- a/include/library/Crunchbutton/Settlement.php +++ b/include/library/Crunchbutton/Settlement.php @@ -274,7 +274,6 @@ class Crunchbutton_Settlement extends Cana_Model { ( $pay[ $driver ][ 'using_pex' ] && $pay[ $driver ][ 'using_pex_date' ] && intval( $pay[ $driver ][ 'using_pex_date' ] ) <= intval( $order[ 'formatted_date' ] ) ) ){ $order[ 'pay_info' ][ 'total_reimburse' ] = 0; - $order[ 'pay_info' ][ 'standard_reimburse' ] = 0; } if( $order[ 'driver_paid' ] && !$recalculatePaidOrders ){