WOOOOT
This commit is contained in:
parent
c61e6ca161
commit
a02a8e8985
2
vendors/pdfdoc.php
vendored
2
vendors/pdfdoc.php
vendored
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue