fixed comments

update-job-card-print
Usama Khan 2025-03-13 01:35:59 -07:00
parent 760a667adb
commit 7596eb05f1
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<div th:replace="_fragments :: table-loading-skeleton"></div> <div th:replace="_fragments :: table-loading-skeleton"></div>
<form th:action="@{/cutting/generate-barcodes}" method="post"> <form th:action="@{/cutting/generate-barcodes}" method="post">
<input hidden="hidden" name="artifactType" value="Bundle"> <input hidden="hidden" name="artifactType" value="Bundle">
<table class="table table-striped" data-table data-order="[[ 0, &quot;dsc&quot; ]]"> <table class="table table-striped" data-table data-order="[[ 0, &quot;desc&quot; ]]">
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>

View File

@ -16,7 +16,7 @@
<h3>Packaging Inventory Accounts</h3> <h3>Packaging Inventory Accounts</h3>
</div> </div>
<div th:replace="_fragments :: table-loading-skeleton"></div> <div th:replace="_fragments :: table-loading-skeleton"></div>
<table class="table table-striped" data-account-table data-order="[[ 0, &quot;dsc&quot; ]]"> <table class="table table-striped" data-account-table data-order="[[ 0, &quot;desc&quot; ]]">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>