@@ -106,7 +106,9 @@ |
||
| 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) { |