Bug 599

Summary: History show start point as end point
Product: Group31Bullship Reporter: Fiona Ling <tkling8-c>
Component: TransactionAssignee: Dennis Lai <cslai26-c>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: Demo 1.1   
Hardware: PC   
OS: Windows   

Description Fiona Ling 2021-11-21 17:18:33 HKT
Problem Description:
The history page show order's start point as end point, vice versa
Step to Reproduce:
Create a new transaction and check it in History page.
Actual result:
show order start point as end point, vice versa
Expected result:
Order's start point shown in start point. End point show in end point.
Comment 1 Fiona Ling 2021-12-04 15:16:07 HKT
Thank you for reporting us this problem. This is caused by we mixed up the parameter starting point and ending point take by the transaction constructer and the createTransaction function in transactionBuilder. The problem is now fixed.