Hi everyone,

this is Keepsake, the guy who wrote this back in the day. :)

I just remembered some of the stuff I did and I can't belive that little tweak got so much popularity. Really makes me proud. :)

Thank you Prattski for all your support while I wasn't around. I'd be glad to work on rolling out a new, updated version of this module for 1.3.8 since I'm going to be updating a store that uses this module.

Quote Originally Posted by Prattski View Post
Here's the things that we didn't like about it, or that didn't work:

- wouldn't send the emails (bug for 1.3.7?)
I believe so, it works for me (1.2.6)

Quote Originally Posted by Prattski View Post
- when you resent a PO, it would increment the PO number (not sure why it needed to do this... but we didn't like it)
I believe the reason for that was that when you re-send a PO you can change it (add items to it or delete them) so it's better if it is renumbered.

I have no problem with the fact that it seems it would be better if the old number was retained though.

Quote Originally Posted by Prattski View Post
- Didn't display the PO number on the already sent list

So, I modified the send_pos.php file quite a bit to fix/add these features. The main bulk of the update is that resending POs does not increment the PO number. It keeps the PO number as was originally set. Everything seems to be working flawlessly now on 1.3.7. I even cleaned up the code so that it is correctly tabbed in it's if/while/for statements for the all the code at the top portion of the page before the HTML.

I'll attach the file to this post. You will need to edit two variables near the top of the page - I have labeled them though, so you can't miss them. They are just for the From Name, and From Email address for when POs are sent out.

Have any questions, please let me know. I'll try to do my best to answer them.
Do you mind if I incoporate it into the new version of the module that I'll have replace the old one on all the download sites I'm aware of?

Thank you again, Great work!