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