Added serial in product tables
This commit is contained in:
parent
8485264714
commit
402980a304
@ -71,6 +71,9 @@
|
||||
<th>
|
||||
Namn
|
||||
</th>
|
||||
<th>
|
||||
Serienummer
|
||||
</th>
|
||||
<th>
|
||||
Status
|
||||
</th>
|
||||
@ -88,6 +91,9 @@
|
||||
<td>
|
||||
¤item_link¤
|
||||
</td>
|
||||
<td>
|
||||
¤serial¤
|
||||
</td>
|
||||
<td>
|
||||
¤available¤
|
||||
</td>
|
||||
|
@ -159,6 +159,7 @@ abstract class Page extends Responder {
|
||||
}
|
||||
}
|
||||
$rows .= replace(array('available' => $available,
|
||||
'serial' => $product->get_serial(),
|
||||
'status' => $status,
|
||||
'item_link' => $prodlink),
|
||||
$this->fragments['product_row']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user