Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
almumu committed Nov 24, 2023
1 parent ac941bb commit 070595a
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions pos_report_session_summary/views/report_session_summary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,16 @@
<td><span t-field="statement.name" /></td>
<td><span t-field="statement.journal_id" /></td>
<td class="text-right">
<span
t-field="statement.balance_start"
/>
<span t-field="statement.balance_start" />
</td>
<td class="text-right">
<span
t-field="statement.total_entry_encoding"
/>
<span t-field="statement.total_entry_encoding" />
</td>
<td class="text-right">
<span
t-field="statement.balance_end_real"
/>
<span t-field="statement.balance_end_real" />
</td>
<td class="text-right">
<span
t-field="statement.difference"
/>
<span t-field="statement.difference" />
</td>
<td
class="text-right"
Expand Down Expand Up @@ -139,9 +131,7 @@
t-field="line.account_id"
/></td>
<td class="text-right">
<span
t-field="line.amount"
/>
<span t-field="line.amount" />
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 070595a

Please sign in to comment.