fix reducing v2
This commit is contained in:
@@ -757,7 +757,7 @@ class TebusController extends Controller
|
||||
->where('transaksi_keuntungan.tarikh_bayaran' ,'>=', $dateRM)
|
||||
->whereYear('tarikh_bayaran','=',$current->year)
|
||||
->whereNotNull('db2.hargajualan')
|
||||
->sum('bayaran_keuntungan');
|
||||
->sum('keuntungan_rebet');
|
||||
|
||||
|
||||
$total = $keuntungan + $keuntunganreducing;
|
||||
|
||||
Reference in New Issue
Block a user