Checkout payments not entered as "

tmccormi wrote on Thursday, February 17, 2011:

The popup “Check Out”  (pos_checkout.php) we have discovered, does not set the authorized flag to true regardless of the users authorization.   We believe that it should be OK for anyone to post a payment and in any event if they do it should be authorized. 

So Jason has posted a simple fix at:  http://github.com/jason0/openemr/commits/checkout_popup_workaround

The Popup menu item itself seems to be triggered by the Inventory module, which seems the wrong place, to me, as many users (I have) use that and don’t use the inventory.   Should that be modified or separated from that dependency?  Am I missing something here?

-Tony

tmccormi wrote on Thursday, February 24, 2011:

I deliverdd this this commit to solve that authorization problem

   10d2f02 modified addBilling function call to hardcode auth

-Tony