Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in helper+models #2

Open
wants to merge 2 commits into
base: release-1.1.4
Choose a base branch
from

Conversation

hemantpurohit1
Copy link

No description provided.

public static function checkTicketJTicket($tid)
{
if ($tid)
{
$db = JFactory::getDBO();
echo $query = "SELECT CONCAT_WS('-', order_id, id) AS ticketid FROM `#__jticketing_order` as o WHERE CONCAT_WS('-', order_id, id) = '". $tid ."'";
echo $query = "SELECT CONCAT_WS('-', order_id, id) AS ticketid FROM `#__jticketing_order`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why jTicketing code is written here?

* @return result format
*
* @since 1.0
*/
public static function checkTicketExit($tid)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again?

* @return result format
*
* @since 1.0
*/
public static function checkTicketStatus($tid)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

if ($user_Id)
{
// Checking if the user is having subuser in hierarchy
JModelLegacy::addIncludePath(JPATH_ADMINISTRATOR . '/components/com_hierarchy/models', 'hierarchys');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Includes should be at the top of the file

@manojLondhe manojLondhe changed the base branch from master to release-1.1.3 October 22, 2019 12:17
@manojLondhe manojLondhe changed the base branch from release-1.1.3 to release-1.1.4 July 22, 2021 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants