mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
fix(UAE VAT 21): remove extra legend
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for (let j=12; j<data.length; j++) { %}
|
{% for (let j=13; j<data.length; j++) { %}
|
||||||
{%
|
{%
|
||||||
var row = data[j];
|
var row = data[j];
|
||||||
%}
|
%}
|
||||||
|
|||||||
Reference in New Issue
Block a user