Commit af589e34 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_travel_expense&calendar: show leave request type

parent fb34d748
......@@ -95,6 +95,7 @@
<string>my_destination_title</string>
<string>my_default_leave_request_period_quantity</string>
<string>my_default_leave_request_period_resource</string>
<string>my_resource_title</string>
</list>
</value>
</item>
......
......@@ -17,6 +17,7 @@ else:
)
ticket = record.getFollowUpValue()
ticket.setDestination(record.getSource())
ticket.setResource(record.getResource())
ticket.plan()
record.setDestinationReference(ticket.getReference())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment