This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*flavor.Bottler.ExchangeRateCountrySaleNWSP = sap.ui.getCore().byId('input_CTCS1' + country.CountryCode + '_' + flavor.FlavorCode + '_calc').getValue(); | |
| flavor.Bottler.PTCUnitLocal = sap.ui.getCore().byId('input_UPTC' + country.CountryCode + '_' + flavor.FlavorCode).getValue(); | |
| flavor.Bottler.PTCUnitUSD = sap.ui.getCore().byId('input_UPTC' + country.CountryCode + '_' + flavor.FlavorCode + '_calc').getValue(); | |
| flavor.Bottler.PTRBoxLocal = sap.ui.getCore().byId('input_BPTR' + country.CountryCode + '_' + flavor.FlavorCode).getValue(); | |
| flavor.Bottler.PTRBoxUSD = sap.ui.getCore().byId('input_BPTR' + country.CountryCode + '_' + flavor.FlavorCode + '_calc').getValue(); | |
| flavor.Bottler.NWSPLocal = sap.ui.getCore().byId('input_BNWSP' + country.CountryCode + '_' + flavor.FlavorCode).getValue(); | |
| flavor.Bottler.NWSPUSD = sap.ui.getCore().byId('input_BNWSP' + country.CountryCode + '_' + flavor.FlavorCode + '_calc').getValue(); | |
| flavor.Bottler.ExchangeRateCountryProduction = sap.ui.g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // If your application doesn't recognize i18n, use this tip | |
| <configuration> | |
| <system.webServer> | |
| <staticContent> | |
| <mimeMap fileExtension=".properties" mimeType="application/text"/> | |
| </staticContent> | |
| </system.webServer> | |
| </configuration> |
OlderNewer