Hello
I am generating a Invoice using Grid Application and passing invoice no as a global variable glo_id,
but when I export to PDF,Word or any other format it generate only one id , which is I generate first time.
If creates first id =10 then its generate but when i pass id=12 then its generate first Id 10 , but Grid application showing details of id 12.
When clear the browser cache then its create new Id , and continuously exports same id.
This application is working fine in my Development Server, but above issue pessist in Deploy server.
I think tish issue is the PHP Cache handling , I am not aware about cache handling .
can anyone suggest why the global variable are not update.
Thanks