USP_SIMPLEDATALIST_ALLTAX

Lists all the active and inactive taxes.

Definition

Copy


                create procedure dbo.USP_SIMPLEDATALIST_ALLTAX as
                select 
                    ID as VALUE
                    NAME as LABEL
                from dbo.TAX
                order by NAME