When creating a Purchase Orders and adding items, I'm having an issue with item quantities. If I add a qty of any more than 1, the cost will multiply by that number but the quantity will always remain 1. I can set the number greater than 1, but as soon as I save the change, the per item cost is multiplied and the qty is always 1.
I confirmed the database is getting updated with the correct qty. i.e. In table "wp_atum_order_itemmeta" the referenced meta_key = '_qty' has a meta_value = '2'
I have the latest versions of Wordpress, Woocomerce & ATUM plugins. I'm still on the trial version of Purchase Order Pro if that matters.
Thanks for your help.