salesvspurchase and final accounts pages change
This commit is contained in:
@ -153,7 +153,7 @@ function showCreateButton($url, $text = "Create")
|
||||
function showDetailsButton($url, $text = "Details")
|
||||
{
|
||||
?>
|
||||
<a href="<?php echo site_url($url); ?>" class="btn btn-primary btn-xs" title="<?php echo myLang($text); ?>"><i class="fas fa-glasses"></i> <?php //echo myLang($text);
|
||||
<a href="<?php echo site_url($url); ?>" class="btn btn-primary btn-xs" title="<?php echo myLang($text); ?>"><i class="fas fa-eye"></i> <?php //echo myLang($text);
|
||||
?></a>
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user