PG-ID Intefration fix

develop
Andreas Osim 2025-03-21 11:58:35 +01:00
parent 68837110e4
commit ddb89057d7
2 changed files with 2 additions and 2 deletions

View File

@ -96,6 +96,8 @@
<p t-if="o._name == 'sale.order' and o.order_type == 'D' and o.origin != ''">
<span>Shopping-Basket:</span>
<span t-field="o.origin"/>
<span t-if="(data or {}).get('tz_report_production',False)"> / </span>
<span t-if="(data or {}).get('tz_report_production',False)" t-field="o.pg_id"/>
</p>
<p t-if="o._name == 'stock.picking' and is_picking and (o.sale_id.order_type == 'D' or o.sale_id.order_type == 'I' ) and o.sale_id.origin != ''">
<span>Shopping-Basket:</span>

View File

@ -92,8 +92,6 @@
<span class="col-xs-2">Shopping-Basket:</span>
</strong>
<span class="col-xs-2" t-field="o.origin"/>
<span> / </span>
<span t-field="o.pg_id"/>
</p>
</div>
<div class="row">