Project Description:
The stock invoice system for PHP Pro Bid associates invoice numbers with with each item sold, which causes problems if you combine more that one item on the same invoice. The result is a gap in invoice numbers. The job I need done is to stop the system from generating invoice numbers whenever an item is sold. I need the invoice number to be generated only when an invoice is created and sent.