update bugs fix
This commit is contained in:
@@ -20,10 +20,10 @@ use Str;
|
||||
|
||||
class ClaimRequestService{
|
||||
|
||||
public static function storeClaimRequest($row, $code, $member, $paymentType, $serviceCode, $submissionDate = null, $status = 'requested', $organization_code = null)
|
||||
public static function storeClaimRequest($row = null, $code, $member, $paymentType, $serviceCode, $submissionDate = null, $status = 'requested', $organization_code = null)
|
||||
{
|
||||
// try {
|
||||
|
||||
$organization = False;
|
||||
if($organization_code){
|
||||
$organization = Organization::where('code', $organization_code)->first();
|
||||
if (!$organization){
|
||||
|
||||
Reference in New Issue
Block a user