From 06f9a96993d47c78ce4e876b5bced2692947b35f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 25 Apr 2017 12:13:57 +0800 Subject: [PATCH] Notify.php --- Notify.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Notify.php b/Notify.php index 3775456b..179b4e89 100644 --- a/Notify.php +++ b/Notify.php @@ -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, -- 2.39.2