dont reminder vocuher customer

This commit is contained in:
Ibnu Maksum 2024-07-10 15:44:11 +07:00
parent d323a9d582
commit 7a40fe6e11
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -15,7 +15,7 @@ if (php_sapi_name() !== 'cli') {
echo "<pre>";
}
$d = ORM::for_table('tbl_user_recharges')->where('status', 'on')->find_many();
$d = ORM::for_table('tbl_user_recharges')->where('status', 'on')->whereNotEqual('customer_id', '0')->find_many();
run_hook('cronjob_reminder'); #HOOK