Browse Source

Criando parametros para contingência

Foi criado no template de autorização de NF-e o parametros:
    dhCont = Data que o sistema entrou em contingência;
   xJust = O motivo do sistema ter entrado em contingência.
E foi alterado versão
pull/233/head
maiconkkl 7 years ago
parent
commit
19abe9fc89
  1. 4
      pytrustnfe/nfe/templates/NfeAutorizacao.xml
  2. 2
      setup.py

4
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -28,6 +28,10 @@
<indPres>{{ ide.indPres }}</indPres> <indPres>{{ ide.indPres }}</indPres>
<procEmi>{{ ide.procEmi }}</procEmi> <procEmi>{{ ide.procEmi }}</procEmi>
<verProc>Odoo Brasil 10</verProc> <verProc>Odoo Brasil 10</verProc>
{% if ide.tpEmis != 1 %}
<dhCont>{{ ide.dhCont }}</dhCont>
<xJust>{{ ide.xJust }}</xJust>
{% endif %}
{% if ide.NFref is defined -%} {% if ide.NFref is defined -%}
{% for ref in ide.NFref %} {% for ref in ide.NFref %}
<NFref> <NFref>

2
setup.py

@ -2,7 +2,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = "1.0.40"
VERSION = "1.0.41"
setup( setup(

Loading…
Cancel
Save