Skip to content

Instantly share code, notes, and snippets.

@AjayKumar01
Last active December 20, 2016 06:12
Show Gist options
  • Save AjayKumar01/22f103386548e2cfb7dd0149f064581a to your computer and use it in GitHub Desktop.
Save AjayKumar01/22f103386548e2cfb7dd0149f064581a to your computer and use it in GitHub Desktop.
<?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