Merged in afiqhamzah/fix/margin_semasa_for_online_transaction (pull request #180)

Fix margin semasa for online transaction
This commit is contained in:
Afiq Hamzah
2024-06-13 04:17:56 +00:00
@@ -365,9 +365,9 @@ class TransactionOnlineController extends Controller
'ujrah_rebet' => 0,
'onepercent' => 0,
'onepercent_rebet' => 0,
'tempoh' => $gadai['tempoh'],
'beza_tempoh' => $bilang_bln,
'margin_semasa' => $margin_semasa,
'tempoh' => 0,
'beza_tempoh' => 0,
'margin_semasa' => 0,
]);
} else {