Skip to content

Commit

Permalink
[FIX] l10n_br_nfse: get values from document
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Sep 13, 2021
1 parent b001cd3 commit c4e7cd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l10n_br_nfse/report/danfse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ row {
(-) ISS Retido
</div>
<div class="col-2 linha centro br">
<span t-field="doc.line_ids[0].issqn_wh_value" />
<span t-field="doc.amount_issqn_wh_value" />
</div>
<div class="col-2 linha centro br">
<t t-if="doc.company_id.tax_framework != '3'">
Expand All @@ -547,10 +547,10 @@ row {
ISS a reter:
</div>
<div class="col-2 linha centro">
<t t-if="not doc.line_ids[0].issqn_wh_value">
<t t-if="not doc.amount_issqn_wh_value">
( ) Sim (X) Não
</t>
<t t-if="doc.line_ids[0].issqn_wh_value">
<t t-if="doc.amount_issqn_wh_value">
(X) Sim ( ) Não
</t>
</div>
Expand All @@ -570,7 +570,7 @@ row {
(=) Valor do ISS: R$
</div>
<div class="col-2 linha centro">
<span t-field="doc.line_ids[0].issqn_value" />
<span t-field="doc.amount_issqn_value" />
</div>
</div>

Expand Down

0 comments on commit c4e7cd1

Please sign in to comment.