4Site
Support Request System
View Patch #50.506.043
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
03482 -
PR type change bug if line unit price is blank
03345 -
Bids tree not updated if I change the line values
Symptoms:
3482 When changing the type on a requisition line from Goods or Services to Value Based, an 'Invalid use of null' error may be displayed. 3345 Opened the bid line and changed the price. Saved it. The tree still shows the old price. Even if I collapse the bid and expand it again it's still the old price. I have to relist the bids to get it to show the new price.
Solution:
3482 On the requisition line form, when changing line type from Goods or Services to Value Based, convert null prices to 1.0 for subsequent calculations. 3345 The problem was with the hidden data in the tree. When loading an existing bid the last element in the array was empty, but caused an extra tab at the end of the hidden data. Now, if the array element is empty it is not included in the hidden data.
Browse Patches
Find a Patch
Return to Request System Menu