Skip to content

Commit

Permalink
[FIX] *: Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chienandalu committed Oct 30, 2023
1 parent c3bff50 commit ed29935
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Empty file.
10 changes: 5 additions & 5 deletions pos_report_session_summary/views/report_session_summary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,25 @@
<td class="text-right">
<span
t-field="statement.balance_start"
t-field-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
</td>
<td class="text-right">
<span
t-field="statement.total_entry_encoding"
t-field-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
</td>
<td class="text-right">
<span
t-field="statement.balance_end_real"
t-field-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
</td>
<td class="text-right">
<span
t-field="statement.difference"
t-field-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
</td>
<td
Expand Down Expand Up @@ -145,7 +145,7 @@
<td class="text-right">
<span
t-field="line.amount"
t-field-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
</td>
</tr>
Expand Down

0 comments on commit ed29935

Please sign in to comment.