This commit is contained in:
Karl Cordes 2023-02-27 14:04:22 +11:00
parent a7236b950a
commit 004b44cd6f

View file

@ -13,6 +13,7 @@
<th>Date Due</th> <th>Date Due</th>
<th><?php echo $paginator->sort('paid');?></th> <th><?php echo $paginator->sort('paid');?></th>
<th>Date Received</th> <th>Date Received</th>
<th>TODO</th>
<th><?php echo $paginator->sort('Invoice Number');?></th> <th><?php echo $paginator->sort('Invoice Number');?></th>
<th><?php echo $paginator->sort('Job Number');?></th> <th><?php echo $paginator->sort('Job Number');?></th>
<th><?php echo $paginator->sort('enquiry_id');?></th> <th><?php echo $paginator->sort('enquiry_id');?></th>