Open rjnl opened 8 months ago
This code in view.php refers to payment_status.
if ($paymenttnx && ($paymenttnx->payment_status == 'Pending')) { echo get_string('paymentpending', 'availability_credit'); } else {
But there is no payment_status field in the availability_credit_tnx table.
This code in view.php refers to payment_status.
But there is no payment_status field in the availability_credit_tnx table.