VoidSalesAndPurchaseOrders.php
authorEdward <edward@roojs.com>
Wed, 26 Feb 2014 09:23:53 +0000 (17:23 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Feb 2014 09:23:53 +0000 (17:23 +0800)
VoidSalesAndPurchaseOrders.php

index e8d4c22..121d6d0 100644 (file)
@@ -34,7 +34,7 @@ class Pman_Xtuple_VoidSalesAndPurchaseOrders extends Pman_Roo
         $pohead->find();
         
         while ($pohead->fetch()){
-            print_r($pohead->recvgrps());
+            $pohead->clear($this);
         }