Remove Basicdata Branch and Currency from LPJ

- Basicdata Branch and currency move to module Basicdaata
This commit is contained in:
Daeng Deni Mardaeni
2024-10-29 13:37:26 +07:00
parent ac69e4c742
commit 6d02e8d9d9
18 changed files with 602 additions and 1844 deletions

View File

@@ -13,7 +13,6 @@
class JenisFasilitasKreditController extends Controller
{
use LpjHelpers; // <---- Using the LpjHelpers Trait
public $user;
public function index()
@@ -28,12 +27,6 @@
if ($validate) {
try {
// Save to database
// andy add
$lastNumberCodeJFK = LpjHelpers::onLastCodeJFK();
$validate['name'] =strtoupper($request->name);
$validate['code'] =$lastNumberCodeJFK;
// andy add
JenisFasilitasKredit::create($validate);
return redirect()