Tutorial TP - Renamed *Tag into *Id so we do not create confusion with using both naming

This commit is contained in:
DanB
2015-09-22 11:33:43 +02:00
parent 389b6cac21
commit 0df9f63409
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
#Tag,DestinationsTag,RatesTag,RoundingMethod,RoundingDecimals,MaxCost,MaxCostStrategy
#Id,DestinationId,RatesTag,RoundingMethod,RoundingDecimals,MaxCost,MaxCostStrategy
DR_1002_20CNT,DST_1002,RT_20CNT,*up,4,0,
DR_1002_10CNT,DST_1002,RT_10CNT,*up,4,0,
DR_1003_20CNT,DST_1003,RT_40CNT,*up,4,0,
1 #Tag #Id DestinationsTag DestinationId RatesTag RoundingMethod RoundingDecimals MaxCost MaxCostStrategy
2 DR_1002_20CNT DST_1002 RT_20CNT *up 4 0
3 DR_1002_10CNT DST_1002 RT_10CNT *up 4 0
4 DR_1003_20CNT DST_1003 RT_40CNT *up 4 0