fix: Approved POs should show approval date as the PO date (screen + export) #22

Merged
shad0w merged 1 commit from claude/issue-5 into master 2026-06-18 22:10:07 +00:00

1 commit

Author SHA1 Message Date
Claude (auto-fix)
5d3b45a3a4 fix(po-detail): show approval date as PO date on detail screen
The PO date field was only displayed when a submitter explicitly set it.
For approved POs without an explicit date, the approval date is now shown.
Precedence: submitter-set poDate → approvedAt → createdAt (matches the
export route which already used this logic).

Fixes #5
2026-06-19 03:39:19 +05:30