Jobs now linked to POs
This commit is contained in:
parent
1f9a11d371
commit
b88548de58
|
|
@ -16,7 +16,7 @@ echo $paginator->counter(array(
|
|||
<th>Jobs</th>
|
||||
<th><?php echo $paginator->sort('principle_id');?></th>
|
||||
<th><?php echo $paginator->sort('principle_reference');?></th>
|
||||
<th><?php echo $paginator->sort('document_id');?></th>
|
||||
<? /*<th><?php echo $paginator->sort('document_id');?></th> */?>
|
||||
<th class="actions"><?php __('Actions');?></th>
|
||||
</tr>
|
||||
<?php
|
||||
|
|
@ -55,9 +55,9 @@ foreach ($purchaseOrders as $purchaseOrder):
|
|||
<td>
|
||||
<?php echo $purchaseOrder['PurchaseOrder']['principle_reference']; ?>
|
||||
</td>
|
||||
<td>
|
||||
<? /*<td>
|
||||
<?php echo $html->link($purchaseOrder['Document']['id'], array('controller' => 'documents', 'action' => 'view', $purchaseOrder['Document']['id'])); ?>
|
||||
</td>
|
||||
</td>*/ ?>
|
||||
<td class="actions">
|
||||
<?php echo $html->link(__('View', true), array('action' => 'view', $purchaseOrder['PurchaseOrder']['id'])); ?>
|
||||
<?php echo $html->link(__('Edit', true), array('action' => 'edit', $purchaseOrder['PurchaseOrder']['id'])); ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue