Jump to content

Get Client_Id And Service_Id Value In Client_Services_Serviceinfo.pdt


Recommended Posts

Posted

In this client template:

 

client_services_serviceinfo.pdt

 

I would like to get value for:

 

- client_id

- service_id

 

all my try did not work, any idea?

Posted

by the way, I was not in the good template for my goal, the good one was:

 

client_services_manage.pdt

 

 

and this code was working:                                         

         <?php
              echo "Service ID:" . $service->id . "<br>" ;
              echo "Client ID:" . $service->client_id . "<br>" ;
         ?>    

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...