File manager - Edit - /home/jardides/www/Jardi-design/old/administrator/components/com_j2store/models/invoicetemplates.php
Back
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later */ // No direct access to this file defined('_JEXEC') or die; class J2StoreModelInvoicetemplates extends F0FModel { /** * Builds the SELECT query * * @param boolean $overrideLimits Are we requested to override the set limits? * * @return F0FDatabaseQuery */ public function buildQuery($overrideLimits = false) { $query = parent::buildQuery ($overrideLimits); $query->where ( '#__j2store_invoicetemplates.invoice_type = ""' ); return $query; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings