Last active
December 20, 2016 06:12
-
-
Save AjayKumar01/22f103386548e2cfb7dd0149f064581a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
*custom/Extension/modules/Accounts/Ext/clients/base/filters/basic/FilerAccountTemplate.php | |
* Ajay Kumar | |
*/ | |
$viewdefs['Accounts']['base']['filter']['basic']['filters'][] = array( | |
'id' => 'FilterAccountTemplate', | |
'name' => 'LBL_FILTER_ACCOUNT_TEMPLATE', | |
'filter_definition' => array( | |
'name' => array( | |
'$not_equals' => '', | |
), | |
), | |
'editable' => true, | |
'is_template' => true, | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment