fix(migrate 3.5.0): se agrega regimen fiscal 625 y 626 para que se consideren en la migración

parent d71a5292
Pipeline #22255 failed with stage
in 27 seconds
......@@ -20,8 +20,9 @@ def migrate(env, installed_version):
LEFT JOIN account_fiscal_position as afp ON afp.id = ai.fiscal_position
LEFT JOIN cfdi_fiscal_regime AS fr ON afp.code = fr.code
WHERE afp.code in (
'601','603','605','606','607','608','609','610','611','612','614',
'615','616','620','621','622','623','624','628','629','630'
'601','603','605','606','607','608','609','610','611',
'612','614','615','616','620','621','622','623','624',
'625','626','628','629','630'
)
)
......@@ -43,8 +44,9 @@ def migrate(env, installed_version):
LEFT JOIN account_fiscal_position as afp ON afp.id = ai.fiscal_position
LEFT JOIN cfdi_fiscal_regime AS fr ON afp.code = fr.code
WHERE afp.code in (
'601','603','605','606','607','608','609','610','611','612','614',
'615','616','620','621','622','623','624','628','629','630'
'601','603','605','606','607','608','609','610','611',
'612','614','615','616','620','621','622','623','624',
'625','626','628','629','630'
)
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment