diff --git a/README.md b/README.md index 49c38be..6b16eb7 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,4 @@ If you discover a security vulnerability within Laravel, please send an e-mail t ## License The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). +>>>>>>> 149fecc55468d8a3bdcff628c2c339b19436829b diff --git a/app/Models/Sps_pendapatan.php b/app/Models/Sps_pendapatan.php index 1a314c3..8fbf3f5 100644 --- a/app/Models/Sps_pendapatan.php +++ b/app/Models/Sps_pendapatan.php @@ -23,7 +23,7 @@ class Sps_pendapatan extends Eloquent $sqlstr .= " WHERE 1=1 "; } - $sqlstr .= ' AND x.TAHUN = '.$ta.' AND x.SKPD_ID=980 AND SUBSTR(x.KODE_REKENING,1,3)=\'4.2\''; + $sqlstr .= ' AND x.TAHUN = '.$ta.' AND SUBSTR(x.KODE_REKENING,1,3)=\'4.2\''; return $sqlstr; }