Add peer-to-peer invoices

Yes, I mentioned this “bug” here.

All you have to do is providing some CSS to hide the button.

/*hide invoice button when vendor is viewing customer order*/
.hp-template--order-edit-page a.invoice{
display:none;
}