Merge branch 'main' of https://github.com/updidev/bpkd-sidata
This commit is contained in:
@@ -62,3 +62,4 @@ If you discover a security vulnerability within Laravel, please send an e-mail t
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
||||||
|
>>>>>>> 149fecc55468d8a3bdcff628c2c339b19436829b
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class Sps_pendapatan extends Eloquent
|
|||||||
$sqlstr .= " WHERE 1=1 ";
|
$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;
|
return $sqlstr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user