Notify.php
authorElliott Polk <elliott.polk@thekaroshiworkshop.com>
Thu, 31 May 2012 06:42:13 +0000 (14:42 +0800)
committerElliott Polk <elliott.polk@thekaroshiworkshop.com>
Thu, 31 May 2012 06:42:13 +0000 (14:42 +0800)
Notify.php

index cd24525..e794bc8 100644 (file)
@@ -307,6 +307,14 @@ class Pman_Core_Notify extends Pman
         
     }
 
+    function setCompany() {
+        $co = DB_DataObject::Factory('Companies');
+        if(!$co->get('code', 'MediaWatchMe')) {
+            $this->errors[] = 'Invalid Supplier Code: MediaWatchMe';
+        }
+        $this->company = $co->id;
+    }
+
     function output()
     {
         die("Done\n");