fix conflict
This commit is contained in:
@@ -49,10 +49,9 @@ class LaporanController extends Controller
|
||||
->whereDate('trans.created_at','=',$request->tarikh)
|
||||
->where('trans.trans_type','=','A')
|
||||
->groupBy('trans.id')
|
||||
->sum('keuntungan_rebet');
|
||||
->sum('bayaran_keuntungan');
|
||||
|
||||
// $total_ansuran = number_format($total_ansuran,2);
|
||||
|
||||
$total_keuntungan = floatval($total_upah) + floatval($total_keuntunganansuran) + floatval($total_keuntungantebus);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user