Bug 599 - History show start point as end point
Summary: History show start point as end point
Status: RESOLVED FIXED
Alias: None
Product: Group31Bullship
Classification: Unclassified
Component: Transaction (show other bugs)
Version: Demo 1.1
Hardware: PC Windows
: --- enhancement
Assignee: Dennis Lai
URL:
Depends on:
Blocks:
 
Reported: 2021-11-21 17:18 HKT by Fiona Ling
Modified: 2021-12-04 15:16 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.