Notify.php
authorAlan Knowles <alan@roojs.com>
Tue, 25 Apr 2017 04:13:57 +0000 (12:13 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Apr 2017 04:13:57 +0000 (12:13 +0800)
Notify.php

index 3775456..179b4e8 100644 (file)
@@ -56,13 +56,11 @@ class Pman_Core_Notify extends Pman
             'min' => 0,
             'max' => 0,
         ),
-        'generate' => array(
-            'desc' => 'Generate notifications for a table, eg. cash_invoice',
-            'default' => '',
-            'short' => 'g',
-            'min' => 0,
-            'max' => 1,
+       /* removed - use GenerateNotifcations.php hooked classes
+         'generate' =>  'Generate notifications for a table, eg. cash_invoice',
+            
         ),
+        */
          'limit' => array(
             'desc' => 'Limit search for no. to send to ',
             'default' => 1000,