This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
sipadu_mbip
forked from
SwissLink/sipadu_mbip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
latest
master
Siti Rahayu
5 years ago
parent
94541e5288
commit
3e1b8610e3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
app/Http/Controllers/Api/CompoundResourceController.php
+ 1
- 0
app/Http/Controllers/Api/CompoundResourceController.php
View File
@@ -508,6 +508,7 @@ class CompoundResourceController extends BaseController
$kpd = $request->kpd;
$compound = Compound::where('jenis', $request->jenis)->where('kpd', $kpd)->first();
info($compound);
if (!empty($compound)) {
Write
Preview
Loading…
Cancel
Save