Fix start_date and end_date.

This commit is contained in:
Juanjo Garcia 2020-03-26 17:37:48 +01:00
parent e1d69c901e
commit 55ba6d96c0
1 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ diff -r 62f81d7eb78b view/general_ledger_line_context_form.xml
+ <xpath expr="/form/label[@name='start_period']" position="replace"/>
+ <xpath expr="/form/field[@name='end_period']" position="replace"/>
+ <xpath expr="/form/label[@name='end_period']" position="replace"/>
+ <xpath expr="/form/field[@name='start_date']" position="replace"/>
+ <xpath expr="/form/label[@name='start_date']" position="replace"/>
+ <xpath expr="/form/field[@name='end_date']" position="replace"/>
+ <xpath expr="/form/label[@name='end_date']" position="replace"/>
+ <xpath expr="/form/field[@name='from_date']" position="replace"/>
+ <xpath expr="/form/label[@name='from_date']" position="replace"/>
+ <xpath expr="/form/field[@name='to_date']" position="replace"/>
+ <xpath expr="/form/label[@name='to_date']" position="replace"/>
</data>