Passed
Push — master ( 059d54...9696df )
by Joe Nilson
01:44
created
Extension/Model/FacturaCliente.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,9 @@
 block discarded – undo
106 106
                 }
107 107
 
108 108
                 $ncfrango = new NCFRango();
109
-                if (!CommonModelFunctions::setCFRango($actualCliente, $ncfrango, $tipocomprobante, $this)) return false;
109
+                if (!CommonModelFunctions::setCFRango($actualCliente, $ncfrango, $tipocomprobante, $this)) {
110
+                    return false;
111
+                }
110 112
 
111 113
                 $arrayNCFTypes = ['03','04'];
112 114
                 if (in_array($this->tipocomprobante, $arrayNCFTypes) === true) {
Please login to merge, or discard this patch.