Subversion Repositories SmartDukaan

Rev

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

Rev 21092 Rev 21098
Line 10274... Line 10274...
10274
            raise RuntimeError("Unable to add ShipmentLogisticsCostDetail.")
10274
            raise RuntimeError("Unable to add ShipmentLogisticsCostDetail.")
10275
    session.commit()
10275
    session.commit()
10276
    return True
10276
    return True
10277
 
10277
 
10278
def logisticsProviderFinalCheck(ordersList):
10278
def logisticsProviderFinalCheck(ordersList):
-
 
10279
    return ordersList
-
 
10280
    #TODO: Primary logic for provider assignment will suffice no need to reassign.
10279
    shipmentAmount = 0
10281
    shipmentAmount = 0
10280
    shipmentWeight = 0
10282
    shipmentWeight = 0
10281
    isCod = False
10283
    isCod = False
10282
    if ordersList[0].cod:
10284
    if ordersList[0].cod:
10283
        isCod = True
10285
        isCod = True