Minor cleanup
This commit is contained in:
parent
7abc257499
commit
c4b7cc615e
1 changed files with 0 additions and 2 deletions
|
|
@ -131,8 +131,6 @@ class EmailController extends BaseController
|
|||
if(Ninja::isHosted() && !$entity_obj->company->account->account_sms_verified)
|
||||
return response(['message' => 'Please verify your account to send emails.'], 400);
|
||||
|
||||
nlog($entity);
|
||||
|
||||
if($entity == 'purchaseOrder' || $entity == 'purchase_order' || $template == 'purchase_order' || $entity == 'App\Models\PurchaseOrder'){
|
||||
return $this->sendPurchaseOrder($entity_obj, $data, $template);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue