Skip to content

Conversation

@hemantpurohit1
Copy link

No description provided.

{
$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

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?

*
* @since 1.0
*/
public static function checkTicketExit($tid)
Copy link

Choose a reason for hiding this comment

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

again?

*
* @since 1.0
*/
public static function checkTicketStatus($tid)
Copy link

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