Zend certified PHP/Magento developer

Observe requisition list add to cart event

I have an event observer listening on checkout_cart_product_add_after which works when adding products to the cart from the product, category, and wishlist pages, but when adding products to the cart from the B2B requisition list that event is not fired.

I haven’t been able to find anything as to why that event does not fire when adding products from a requisition list. I’m hoping someone here knows of a similar event that is fired when adding products to the cart from a requisition list because I have not been able to find anything on this short of reading the code.