Skip to content

Commit

Permalink
[14.0][IMP] stock_picking_cmr_report: Remove phone from report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berezi authored and anajuaristi committed Jan 3, 2025
1 parent 409cd3e commit 7a26287
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@
<span t-field="doc.crm_driver_id.vat" />
</span>
</p>
<p class="m-0" t-if="doc.crm_driver_id.phone">
<span>
<span>Phone:</span>
<span t-field="doc.crm_driver_id.phone" />
</span>
</p>
<strong t-if="doc.cmr_second_driver_id">Second Driver</strong>
<p class="m-0" t-if="doc.cmr_second_driver_id">
<span>
Expand Down

0 comments on commit 7a26287

Please sign in to comment.