Passed
Push — master ( 3a17ef...a7ff16 )
by Joe Nilson
03:12
created
Model/NCFTipoAnulacion.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -77,13 +77,13 @@
 block discarded – undo
77 77
         parent::install();
78 78
         return "INSERT INTO rd_ncftipoanulacion (codigo, descripcion, estado) VALUES " .
79 79
             "('01','Deterioro de Factura Pre-Imprensa',true), " .
80
-             "('02','Errores de Impresión (Factura Pre-Impresa)',true), " .
81
-             "('03','Impresión defectuosa',true), " .
82
-             "('04','Duplicidad de Factura',true), " .
83
-             "('05','Corrección de la Información',true), " .
84
-             "('06','Cambio de Productos',true), " .
85
-             "('07','Devolución de Productos',true), " .
86
-             "('08','Omisión de Productos',true);";
80
+                "('02','Errores de Impresión (Factura Pre-Impresa)',true), " .
81
+                "('03','Impresión defectuosa',true), " .
82
+                "('04','Duplicidad de Factura',true), " .
83
+                "('05','Corrección de la Información',true), " .
84
+                "('06','Cambio de Productos',true), " .
85
+                "('07','Devolución de Productos',true), " .
86
+                "('08','Omisión de Productos',true);";
87 87
     }
88 88
     
89 89
     public function restoreData()
Please login to merge, or discard this patch.
Extension/Model/Cliente.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -21,13 +21,13 @@
 block discarded – undo
21 21
 class Cliente
22 22
 {
23 23
     /**
24
-    * Payment type based on DGII table
25
-    * @var string
26
-    */
24
+     * Payment type based on DGII table
25
+     * @var string
26
+     */
27 27
     public $ncftipopago;
28 28
     /**
29
-    * Type of NCF to generate to the customer
30
-    * @var string
31
-    */
29
+     * Type of NCF to generate to the customer
30
+     * @var string
31
+     */
32 32
     public $tipocomprobante;
33 33
 }
Please login to merge, or discard this patch.
Lib/CommonFunctionsDominicanRepublic.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     }
128 128
 
129 129
     public function exportTXT(string $report, string $fileName, string $rncCompany, string $yearReport,
130
-                              string $monthReport, array $whereReport)
130
+                                string $monthReport, array $whereReport)
131 131
     {
132 132
         if (file_exists($fileName)) {
133 133
             unlink($fileName);
Please login to merge, or discard this patch.