Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -66,7 +66,7 @@ class RequestLogController extends Controller
|
|||||||
$words = explode(' ', $request->organization_name);
|
$words = explode(' ', $request->organization_name);
|
||||||
|
|
||||||
foreach ($words as $word) {
|
foreach ($words as $word) {
|
||||||
$singkatan .= strtoupper(substr($word, 0, 1));
|
$singkatan .= strtoupper(substr($word, 0, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Membuat kode organisasi
|
// Membuat kode organisasi
|
||||||
|
|||||||
Reference in New Issue
Block a user