[FIX] sale_sourced_by_line: Planned Date and Requested Date not displaying

This commit is contained in:
Cedric Collins
2021-09-13 17:39:59 -05:00
committed by Salomon Chambi
parent 1bcb695236
commit cb13f34b3c

View File

@@ -13,7 +13,7 @@
<field name="date_planned"/> <field name="date_planned"/>
<field name="warehouse_id"/> <field name="warehouse_id"/>
</xpath> </xpath>
<xpath expr="//field[@name='commitment_date']" position="before"> <xpath expr="//label[@for='commitment_date']" position="before">
<field name="date_planned" /> <field name="date_planned" />
<field name="requested_date" /> <field name="requested_date" />
</xpath> </xpath>