Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE proc LoadCustomerDetailsOnBill
- @invoiceNumber nvarchar(MAX)
- AS
- BEGIN
- SELECT invoice_number,customer_name,customer_address,net_amount,net_discount,payment_method,paid_amount,remaining_amount,tender,CHANGE,customer_number,invoice_datetime_bs FROM BillingRecord
- END
Advertisement
Add Comment
Please, Sign In to add comment