Commit 6146cad7 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_trade: copy description also

parent 0604b445
......@@ -4,6 +4,7 @@ related_order = packing_list.getCausalityValue()
if packing_list.getSimulationState() == 'draft':
packing_list.edit(
comment = related_order.getComment(),
description=related_order.getDescription(),
title = related_order.getTitle()
)
......
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