VoidSalesAndPurchaseOrders.php
authorEdward <edward@roojs.com>
Wed, 26 Feb 2014 11:23:07 +0000 (19:23 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Feb 2014 11:23:07 +0000 (19:23 +0800)
VoidSalesAndPurchaseOrders.php

index 47cbfe7..b9a565d 100644 (file)
@@ -27,7 +27,7 @@ class Pman_Xtuple_VoidSalesAndPurchaseOrders extends Pman_Roo
     function get($v = '', $opts)
     {
         print_r($opts);exit;
-$this->jerr('die');exit;
+        $this->jerr('die');exit;
         $this->transObj = DB_DataObject::Factory('cohead');
         
         $this->transObj->query('BEGIN');