public string GetCustomerDeliveryCountry() { string text = this.CurrentAppli.Scene.SceneGetKeywordInfo("@Base.LivraisonPays(" + supplierID + ")"); string SupplierCountryTwoLetterISOName = CountryTable.GetTwoLetterISO(text); return(this.ReleaseChar(SupplierCountryTwoLetterISOName)); }
public string GetRetailerCountry() { string text = (this.CurrentAppli.Scene.SceneGetKeywordInfo("@Base.SitePays(" + supplierID + ")")); string SupplierCountryTwoLetterISOName = CountryTable.GetTwoLetterISO(text); return(this.ReleaseChar(SupplierCountryTwoLetterISOName)); }