Pos invoice qr code how can fix

{% assign description = null %} {% assign qty = null %} {% assign amount = null %}
</div>
<td style="font-weight: bold; color: #000000; text-align: left; padding-left: 0px; padding-right: 0px; width: inherit; margin: 0 auto;">
  <div style="width: 280px;">
   {% for column in table.columns %}
        {% case column.label %}
            {% when 'Description' %}

{% assign description = forloop.index0 %}
{{ column.label }}
{% when ‘Qty’ %}
{% assign qty = forloop.index0 %}
{{ column.label }}
{% when ‘Total’ or ‘Amount’ %}
{% assign amount = forloop.index0 %}
Amount
{% endcase %}
{% endfor %}


{% for row in table.rows %}
{% endfor %} {% for total in table.totals %}
{% endfor %}
{{ business.name }}
{{ business.address }}
فاتورة الضريبية
{{ title }}
Customer Name: {{ recipient.name }}
{% for field in fields %}
{{ field.label }}:
{{ field.text }}
{% endfor %}
{% for cell in row.cells %} {% case forloop.index0 %} {% when description %} {{ cell.text }} {% when amount %} {{ cell.text }} {% endcase %} {% endfor %}
{{ total.label }}: {{ total.text }}
{% for field in custom_fields %}
{{ field.label }}
{{ field.text | newline_to_br }}
{% endfor %}

Thank you for choosing

{{ business.name }}

50- الرياض - البطحاء - مركز جمال التجاري - محل

@bandar2030, why are you posting this code? What problem do you believe it will fix? Unexplained code confuses other forum members. If you are addressing an issue with the Saudi Arabian localization, there are already several topics for that, including a bug report.

This is ok to invoice setup and print but problems is when I scan the QR code…do not showing tax name and tax number

Have you read the other topics about the Saudi Arabian QR codes? Have you installed the Saudi Arabian localization?