You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.9.4 — Hotfix: inverse fulfillment query for tracking display (#10)
v1.9.3 read _fishotel_fulfillment_sources off the fulfillment, but per the theme the link lives on the SOURCE (_fishotel_fulfilled_by_order). The cache on the fulfillment can be empty or stale, leaving FF-34197 / FF-34202 rendering "—" in the Tracking column. Switch to an inverse wc_get_orders() query against _fishotel_fulfilled_by_order, and explicitly include every registered order status so sources in custom statuses (wc-shipped, etc.) still surface. Same dedupe-by-tracking-number, same kill switch.