Error in Report Design

Dear All,

I have a problem with Querry Report, the problem is when my language is Arabic the columns of the report mixed.

But when the language is English everything is Ok.

Please Any Help.

We’ve fixed the issue in a recent PR.

https://github.com/frappe/frappe/pull/11522

It’ll be available with the next release. The fix was in the datatable library itself, you can upgrade the frappe-datatable manually if you wish to.

To upgrade frappe-datatable follow these steps

  1. go to apps/frappe
  2. run yarn upgrade frappe-datatable
  3. go to the bench base directory and run bench build --app frappe

These will leave uncommitted changes to your frappe app, which you will have to reset with the next release.

1 Like

Unfortunately this is not working.

Any Update …!?