DataObjects/Ipshead.php
authorAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 04:53:52 +0000 (12:53 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 04:53:52 +0000 (12:53 +0800)
DataObjects/Ipshead.php

index 01197f2..e7e46a1 100644 (file)
@@ -72,6 +72,12 @@ class Pman_Xtuple_DataObjects_Ipshead extends DB_DataObject
         $this->ipshead_updated = $this->sqlValue('NOW()');
     }
     
+    function beforeDelete($dependants_array, $roo)
+    {
+        print_R($dependants_array);exit;
+    }
+    
+    
     function itemPrice($item) {
         $ipsitem = DB_DataObject::Factory('ipsiteminfo');
         $ipsitem->ipsitem_item_id  = $item->pid();