sigo-package 1.1.19 → 1.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sigo-package.cjs.development.js +3 -3
- package/dist/sigo-package.cjs.development.js.map +1 -1
- package/dist/sigo-package.cjs.production.min.js +1 -1
- package/dist/sigo-package.cjs.production.min.js.map +1 -1
- package/dist/sigo-package.esm.js +3 -3
- package/dist/sigo-package.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Programados/Alemania/codMOTroncal_ReglaLiquidacion1.ts +5 -0
package/package.json
CHANGED
|
@@ -39,17 +39,22 @@ export const codMOTroncal_ReglaLiquidacion1 = [
|
|
|
39
39
|
'062605302',
|
|
40
40
|
'T13',
|
|
41
41
|
'T12',
|
|
42
|
+
'T21',
|
|
43
|
+
'T22',
|
|
42
44
|
'T8',
|
|
43
45
|
'T2',
|
|
46
|
+
'T20'
|
|
44
47
|
]
|
|
45
48
|
export const codMOClientes_ReglaLiquidacion1 = [
|
|
46
49
|
'010602400',
|
|
47
50
|
'031406300',
|
|
48
51
|
'031406400',
|
|
49
52
|
'031406500',
|
|
53
|
+
'T22',
|
|
50
54
|
]
|
|
51
55
|
export const codMONoClientes_ReglaLiquidacion1 = [
|
|
52
56
|
'073006000', // Codigo de baliza
|
|
57
|
+
'T22',
|
|
53
58
|
]
|
|
54
59
|
|
|
55
60
|
export const codMOPublico = [ //Para regla de preliquidacion Clientes y No Clientes
|