Skip to content

Commit

Permalink
Now we can edit line vat in business documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoRazorX committed May 14, 2020
1 parent db6c75f commit 84d48a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/XMLView/PurchaseDocumentLine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<widget type="money" fieldname="pvptotal" readonly="true" />
</column>
<column name="percentage-vat" display="right" order="180">
<widget type="number" fieldname="iva" readonly="true" />
<widget type="number" fieldname="iva" />
</column>
<column name="re" display="none" order="190">
<widget type="number" fieldname="recargo" />
Expand Down
2 changes: 1 addition & 1 deletion Core/XMLView/SalesDocumentLine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<widget type="money" fieldname="pvptotal" readonly="true" />
</column>
<column name="percentage-vat" display="right" order="180">
<widget type="number" fieldname="iva" readonly="true" />
<widget type="number" fieldname="iva" />
</column>
<column name="re" display="none" order="190">
<widget type="number" fieldname="recargo" />
Expand Down

0 comments on commit 84d48a8

Please sign in to comment.