wugg 4 months ago
parent
commit
2f0ab13670
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/listener/ComonQrd.php

+ 1 - 1
app/cxinv/listener/ComonQrd.php

@@ -26,7 +26,7 @@ class ComonQrd
 		if($event['type']=='repay')$this->repayComon($event);
 		if($event['type']=='inv'){
 		    $this->invComon($event);
-		    $this->InvToPay($event);
+		    //$this->InvToPay($event);
 		}
 		if($event['type']=='rinv'){
 		    $this->returnInv($event);