mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 20:34:01 +00:00
fix create contract bug
This commit is contained in:
@@ -101,7 +101,6 @@ class ContractModule extends BaseController
|
||||
|
||||
$contract_template_id = $request->input('contract_template_id');
|
||||
$contract_template_id = Hasher::decode('contract_templates', $contract_template_id);
|
||||
dd($contract_template_id);
|
||||
$contarct_template = ContractTemplate::find($contract_template_id);
|
||||
|
||||
$contract = new Contract();
|
||||
|
||||
Reference in New Issue
Block a user