Skip to content

Commit

Permalink
[FIX] egd_stock_picking_custom: job_id and department_id inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
kaynnan committed Dec 21, 2023
1 parent a0f807c commit 4a47940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egd_stock_picking_custom/views/egd_report_custody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
<div class="row mt-1">
<div class="col-8">
<span>Function / Job: <strong
t-field="o.egd_responsible_id.department_id"
t-field="o.egd_responsible_id.job_id"
/>
</span>
</div>
<div style="clear: both;" />
<div class="col-4 text-right">
<span>Departament: <strong
t-field="o.egd_responsible_id.job_id"
t-field="o.egd_responsible_id.department_id"
/></span>

</div>
Expand Down

0 comments on commit 4a47940

Please sign in to comment.