This commit is contained in:
Karl Cordes 2011-05-24 20:15:21 +10:00
parent c61e6ca161
commit a02a8e8985
2 changed files with 3 additions and 2 deletions

2
vendors/pdfdoc.php vendored
View file

@ -133,7 +133,7 @@ ENDHTML;
$this->MultiCell($firstColWidth, 0, "ATTENTION:", 'LRB', 'L', 0, 0); $this->MultiCell($firstColWidth, 0, "ATTENTION:", 'LRB', 'L', 0, 0);
$this->MultiCell($secondColWidth, 0, $attention, 'LRB', 'L', 0, 0); $this->MultiCell($secondColWidth, 0, $attention, 'LRB', 'L', 0, 0);
$this->MultiCell($thirdColWidth, 0, "PAGE: ", 'LB', 'L', 0, 0); $this->MultiCell($thirdColWidth, 0, "PAGE: ", 'LB', 'L', 0, 0);
$this->MultiCell($fourthColWidth, 0, "$pageNo of {nb}", 'BR', 'L', 0, 1); $this->MultiCell($fourthColWidth, 0, "$pageNo of {nb} ", 'BR', 'L', 0, 1);
$todayPHPdate = strtotime($issuedate); $todayPHPdate = strtotime($issuedate);

View file

@ -27,7 +27,8 @@
<td class="actions"> <td class="actions">
<?php echo $html->link(__('View', true), array('controller'=> 'documents', 'action'=>'view', $quote['Quote']['document_id'])); ?> <?php echo $html->link(__('View', true), array('controller'=> 'documents', 'action'=>'view', $quote['Quote']['document_id'])); ?>
<?php echo $html->link(__('Revise', true), array('controller'=>'quotes', 'action'=>'revise', $quote['Quote']['id'])); ?> <?php //echo $html->link(__('Revise', true), array('controller'=>'quotes', 'action'=>'revise', $quote['Quote']['id']));
?>
</td> </td>