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:
@@ -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 %}
|
Reference in New Issue
Block a user