Subversion Repositories SmartDukaan

Rev

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

Rev 19889 Rev 19890
Line 651... Line 651...
651
    
651
    
652
    return t_PaginatedUserSanction
652
    return t_PaginatedUserSanction
653
 
653
 
654
def to_t_OutstandingPayments(outstandingPayment,counterName):
654
def to_t_OutstandingPayments(outstandingPayment,counterName):
655
    t_OutstandingPayment = TOutstandingPayments()
655
    t_OutstandingPayment = TOutstandingPayments()
-
 
656
    print outstandingPayment.user_id
-
 
657
    print counterName
-
 
658
    print outstandingPayment.creditor_id
-
 
659
    print outstandingPayment.payment_id
-
 
660
    print outstandingPayment.totalAmount
-
 
661
    print outstandingPayment.createdDate
656
    t_OutstandingPayment.user_id = outstandingPayment.user_id
662
    t_OutstandingPayment.user_id = outstandingPayment.user_id
657
    t_OutstandingPayment.created =  outstandingPayment.createdDate
663
    t_OutstandingPayment.counter_name = counterName
658
    t_OutstandingPayment.creditor_id = outstandingPayment.creditor_id
664
    t_OutstandingPayment.creditor_id = outstandingPayment.creditor_id
659
    t_OutstandingPayment.payment_id = outstandingPayment.payment_id
665
    t_OutstandingPayment.payment_id = outstandingPayment.payment_id
660
    t_OutstandingPayment.totalAmount = outstandingPayment.totalAmount 
666
    t_OutstandingPayment.totalAmount = outstandingPayment.totalAmount 
661
    t_OutstandingPayment.counter_name = counterName
667
    t_OutstandingPayment.created =  outstandingPayment.createdDate
662
    return t_OutstandingPayment
668
    return t_OutstandingPayment
663
    
669
    
664
def to_t_ShipmentLogisticsCostDetail(shipmentLogisticsCostDetail):
670
def to_t_ShipmentLogisticsCostDetail(shipmentLogisticsCostDetail):
665
    t_ShipmentLogisticsCostDetail = TShipmentLogisticsCostDetail()
671
    t_ShipmentLogisticsCostDetail = TShipmentLogisticsCostDetail()
666
    t_ShipmentLogisticsCostDetail.logisticsTransactionId = shipmentLogisticsCostDetail.logisticsTransactionId
672
    t_ShipmentLogisticsCostDetail.logisticsTransactionId = shipmentLogisticsCostDetail.logisticsTransactionId