Skip to content

Commit

Permalink
Merge f9f284c into 5dc6362
Browse files Browse the repository at this point in the history
  • Loading branch information
eberloso committed Jan 11, 2019
2 parents 5dc6362 + f9f284c commit 99e798a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gestionatr/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
'type': '02',
}),
({
'min_fields': ['cups', 'comentarios', 'num_factura', ''],
'min_fields': ['cups', 'comentarios', 'num_factura'],
'code': '050',
'name': u'DESACUERDO FACTURACIÓN',
'type': '09',
Expand Down Expand Up @@ -491,13 +491,13 @@
'type': '02',
}),
({
'min_fields': ['nif_cliente', 'nombre_cliente', 'cups', 'comentarios', 'num_factura'],
'min_fields': ['nif_cliente', 'nombre_cliente', 'cups', 'comentarios', 'num_fact'],
'code': '068',
'name': u'RECLAMACIÓN POR APLICACIÓN DEL FACTOR DE CONVERSIÓN O EL PCS',
'type': '02',
}),
({
'min_fields': ['cups', 'comentarios', 'num_factura'],
'min_fields': ['cups', 'comentarios', 'num_fact'],
'code': '069',
'name': u'COPIA F1 EN PDF',
'type': '02',
Expand Down

0 comments on commit 99e798a

Please sign in to comment.