Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<div id="customer-acceptance-extra-action" ng-controller="customerAcceptanceCtrl" ng-init="getCustmerAcceptance()">
|
||||
<?php
|
||||
if($user->getUserType() === USER_TYPES['CUSTOMER']){
|
||||
require_once('customerAcceptanceCustomerTemplate.php');
|
||||
}
|
||||
|
||||
if($user->getUserType() === USER_TYPES['BROKER']){
|
||||
require_once('customerAcceptanceBrokerTemplate.php');
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user