Fix conflict
This commit is contained in:
commit
8cd4804652
|
|
@ -20,6 +20,7 @@ class AppController extends Controller {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if the current logged in user is an admin
|
* Check if the current logged in user is an admin
|
||||||
* @return boolean
|
* @return boolean
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@ $col3width = '30%';
|
||||||
<? if($docType == 'orderAck'): ?>
|
<? if($docType == 'orderAck'): ?>
|
||||||
<span style="text-decoration: none;">Estimated Despatch Date:</span> <span style="text-align: right;"><?=$estimated_delivery?></span><br>
|
<span style="text-decoration: none;">Estimated Despatch Date:</span> <span style="text-align: right;"><?=$estimated_delivery?></span><br>
|
||||||
<? endif; ?>
|
<? endif; ?>
|
||||||
|
|
||||||
|
<?php //TODO put conditional logic here if currency is AUD or EUR ?>
|
||||||
<span style="text-decoration: none;">Page: <?=$pageNo?> of <?=$totalCount?></span><br><br>
|
<span style="text-decoration: none;">Page: <?=$pageNo?> of <?=$totalCount?></span><br><br>
|
||||||
<span style="text-decoration: underline;">MAKE PAYMENT TO:</span><br>
|
<span style="text-decoration: underline;">MAKE PAYMENT TO:</span><br>
|
||||||
<span style="text-decoration: none;">Account Name: CMC Technologies Pty Ltd<br>
|
<span style="text-decoration: none;">Account Name: CMC Technologies Pty Ltd<br>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue