diff --git a/app/Jobs/GenerateBiayaKartuCsvJob.php b/app/Jobs/GenerateBiayaKartuCsvJob.php index cb13989..e98addd 100644 --- a/app/Jobs/GenerateBiayaKartuCsvJob.php +++ b/app/Jobs/GenerateBiayaKartuCsvJob.php @@ -175,6 +175,8 @@ ->whereNotNull('currency') ->where('currency', '!=', '') ->whereIn('ctdesc', $cardTypes) + ->whereNotIn('product_code',['6002','6004','6042','6031']) + ->where('branch','!=','ID0019999') ->get(); }