]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/part/_makemodel.html
date error in mapping
[mfinanz.git] / templates / webpages / part / _makemodel.html
index e56a886a90d16d6af7b9245498243a0d4f9549bd..e93b44d6d51bba5a579069d373821c460cf69c2b 100644 (file)
@@ -9,14 +9,18 @@
     <td>
       <table id="makemodel_table">
         <thead>
+         <tr>
           <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
           <th class="listheading">[% 'position'     | $T8 %]</th>
           <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
           <th class="listheading" style='width:12em'>[% 'Vendor Number' | $T8 %]</th>
-          <th class="listheading">[% 'Vendor'        | $T8 %]</th>
-          <th class="listheading">[% 'Model'         | $T8 %]</th>
-          <th class="listheading">[% 'Last Cost'     | $T8 %]</th>
-          <th class="listheading">[% 'Updated'       | $T8 %]</th>
+          <th class="listheading">[% 'Vendor'           | $T8 %]</th>
+          <th class="listheading">[% 'Model'            | $T8 %]</th>
+          <th class="listheading">[% 'Part Description' | $T8 %]</th>
+          <th class="listheading">[% 'Long Description' | $T8 %]</th>
+          <th class="listheading">[% 'Last Cost'        | $T8 %]</th>
+          <th class="listheading">[% 'Updated'          | $T8 %]</th>
+         </tr>
         </thead>
         <tbody id="makemodel_rows">
         [% SET listrow = 0 %]