Subversion Repositories SmartDukaan

Rev

Rev 7073 | Rev 7080 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7073 Rev 7075
Line 191... Line 191...
191
 
191
 
192
def to_t_rechargeTransaction(rechargeTransaction):
192
def to_t_rechargeTransaction(rechargeTransaction):
193
    t_recharge = T_rechargeTransaction()
193
    t_recharge = T_rechargeTransaction()
194
    if rechargeTransaction:
194
    if rechargeTransaction:
195
        rechargeTransaction.amount = t_recharge.amount
195
        rechargeTransaction.amount = t_recharge.amount
196
        t_recharge.circleId = rechargeTransaction.circleId 
196
        t_recharge.circleId = rechargeTransaction.circleId
-
 
197
        t_recharge.operatorId = rechargeTransaction.operatorId
-
 
198
        t_recharge.plan = rechargeTransaction.plan 
197
        t_recharge.deviceNum = rechargeTransaction.deviceNum
199
        t_recharge.deviceNum = rechargeTransaction.deviceNum
198
        t_recharge.deviceType = rechargeTransaction.deviceType
200
        t_recharge.deviceType = rechargeTransaction.deviceType
199
        t_recharge.discount = rechargeTransaction.discount 
201
        t_recharge.discount = rechargeTransaction.discount 
200
        t_recharge.email = rechargeTransaction.email
202
        t_recharge.email = rechargeTransaction.email
201
        t_recharge.name = rechargeTransaction.name
203
        t_recharge.name = rechargeTransaction.name