Hi,
DaDaBIK 11.10 could not generate correctly PDFs if one or more fields available in the details page are not available in the results grid.
Let me explain with an example: table customers (id_customer, name_customer, email_customer). Let's say you show name in the results grid and name + email in the details page.
If you launch the PDF generation from the results grid, without template or selecting a template that uses the email_customer field, you will get one or more
Warning: Undefined array key "email_customer".
In case you server doesn't show warning messages, the bug is more dangerous and sneaky, because, apparently, everything is ok, the user doesn't see error messages but all the customers, even the ones having the email set, will be displayed with an empty email, as the email_customer field was NULL or empty in the DB.
I plan to do a silent upgrade to V 11.10 and provide instructions about patching your current 11.10.
DaDaBIK 11.10 could not generate correctly PDFs if one or more fields available in the details page are not available in the results grid.
Let me explain with an example: table customers (id_customer, name_customer, email_customer). Let's say you show name in the results grid and name + email in the details page.
If you launch the PDF generation from the results grid, without template or selecting a template that uses the email_customer field, you will get one or more
Warning: Undefined array key "email_customer".
In case you server doesn't show warning messages, the bug is more dangerous and sneaky, because, apparently, everything is ok, the user doesn't see error messages but all the customers, even the ones having the email set, will be displayed with an empty email, as the email_customer field was NULL or empty in the DB.
I plan to do a silent upgrade to V 11.10 and provide instructions about patching your current 11.10.