Fixed
Details
Assignee
Jason KlingerJason KlingerReporter
Jodi BecherJodi BecherFix versions
Time tracking
5h loggedPriority
Major
Details
Details
Assignee
Jason Klinger
Jason KlingerReporter
Jodi Becher
Jodi BecherFix versions
Time tracking
5h logged
Priority
Better PDF Exporter
Better PDF Exporter
Better PDF Exporter
Created February 14, 2018 at 4:36 PM
Updated February 27, 2018 at 3:46 PM
Resolved February 27, 2018 at 3:46 PM
Issue USASR-3038 states
"...We need to set the req number if found, do nothing if not found. See line number 71 of the POConverter."
The if statement that checks (!req) still attempts to set the reqNo from the po as the source. We do not want to do this. This if statement should be removed as we want to do nothing if the req was not found.