Minor changes
This commit is contained in:
parent
b88548de58
commit
204c0d6e6e
|
|
@ -11,7 +11,7 @@ echo $paginator->counter(array(
|
||||||
|
|
||||||
<th><?php echo $paginator->sort('issue_date');?></th>
|
<th><?php echo $paginator->sort('issue_date');?></th>
|
||||||
<th><?php echo $paginator->sort('dispatch_date');?></th>
|
<th><?php echo $paginator->sort('dispatch_date');?></th>
|
||||||
<th><?php echo $paginator->sort('date_arrived');?></th>
|
<th><?php echo $paginator->sort('Date Arrived @ CMC');?></th>
|
||||||
<th><?php echo $paginator->sort('PO Number');?></th>
|
<th><?php echo $paginator->sort('PO Number');?></th>
|
||||||
<th>Jobs</th>
|
<th>Jobs</th>
|
||||||
<th><?php echo $paginator->sort('principle_id');?></th>
|
<th><?php echo $paginator->sort('principle_id');?></th>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue