public SalesPriceForBaseUOMWithTemplateItem(PXCache cache, int?inventoryID, string uom, decimal qty) : base(cache, inventoryID, uom, qty)
 {
     SelectCommand.OrderByNew <OrderBy <Desc <ARSalesPrice.isPromotionalPrice,
                                              Desc <ARSalesPrice.siteID,
                                                    Desc <ARSalesPrice.breakQty,
                                                          Asc <InventoryItem.isTemplate> > > > > >();
 }