2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 23:51:08 +00:00

Limit the number of lines returned in row_count

This commit is contained in:
Oliver Walters
2019-06-27 23:11:54 +10:00
parent c4944268f3
commit 6af51c5b35
2 changed files with 9 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
<p>The BOM file must contain the required named columns as provided in the <a href="/part/bom_template/">BOM Upload Template</a></a></p>
<p>Supported file formats: <i>.csv, .tsv, .xls, .xlsx</i></p>
<b>Notes:</b>
<ul>
<li>Supported file formats: <i>.csv, .tsv, .xls, .xlsx</li>
<li>Maximum of 1000 lines per BOM</li>
</ul>
{% endblock %}