Subversion Repositories SmartDukaan

Rev

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

Rev 7311 Rev 7369
Line 216... Line 216...
216
        t_recharge.alternateNum = rechargeTransaction.alternateNumber
216
        t_recharge.alternateNum = rechargeTransaction.alternateNumber
217
        t_recharge.transactionTime = to_java_date(rechargeTransaction.transactionTime)
217
        t_recharge.transactionTime = to_java_date(rechargeTransaction.transactionTime)
218
        t_recharge.description = rechargeTransaction.description
218
        t_recharge.description = rechargeTransaction.description
219
        t_recharge.payMethod = rechargeTransaction.payMethod
219
        t_recharge.payMethod = rechargeTransaction.payMethod
220
        t_recharge.paymentAmount = rechargeTransaction.paymentAmount
220
        t_recharge.paymentAmount = rechargeTransaction.paymentAmount
-
 
221
        t_recharge.spiceTID = rechargeTransaction.spiceTID
-
 
222
        t_recharge.providerTID = rechargeTransaction.providerTID
-
 
223
        t_recharge.aggTID = rechargeTransaction.aggTID
221
    return t_recharge
224
    return t_recharge
222
 
225
 
223
def to_t_frc(frc):
226
def to_t_frc(frc):
224
    t_frc = T_FRC()
227
    t_frc = T_FRC()
225
    if frc:
228
    if frc: