Commit 0b75935d authored by Georgios Dagkakis's avatar Georgios Dagkakis

erp5_accounting: Add also string_index to the list of copied properties

in API script AccountingTransaction_createReversalTransaction
parent 307470e2
Pipeline #13178 failed with stage
in 0 seconds
......@@ -90,7 +90,7 @@ for line in line_list:
'source_function', 'destination_function',
'source_funding', 'destination_funding',
'source_payment_request', 'destination_payment_request',
'resource', 'product_line' ]:
'resource', 'product_line', 'string_index' ]:
if line.getProperty(prop) != context.getProperty(prop):
new_line.setProperty(prop, line.getProperty(prop))
......
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