Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 11 Jun 2012 08:34:09 +0000 (16:34 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 Jun 2012 08:34:09 +0000 (16:34 +0800)
Notify.php

index cd24525..0160458 100644 (file)
@@ -50,6 +50,13 @@ class Pman_Core_Notify extends Pman
             'min' => 0,
             'max' => 0,
         ),
+        'generate' => array(
+            'desc' => 'Generate notifications for a table, eg. cash_invoice',
+            'default' => 0,
+            'short' => 'g',
+            'min' => 0,
+            'max' => 0,
+        ),
     );