changed payment voucher in supplier booking report to Ref No.

added dynamic marking to supplier booking
This commit is contained in:
Jack Goh
2018-07-20 17:45:39 +08:00
parent 20cc501f0e
commit 1497c50da5
4 changed files with 9 additions and 4 deletions
@@ -10,7 +10,7 @@ class SettingActiveBankController extends Controller
public function index()
{
$active_bank_setting = SettingActiveBank::latest()->first();
return response()->json($active_bank_setting, 201);
return response()->json($active_bank_setting, 200);
}
public function update(Request $request)