Subversion Repositories SmartDukaan

Rev

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

Rev 7426 Rev 7427
Line 301... Line 301...
301
        t_storeOrderCollection.collectionType = storeOrderCollection.collectionType
301
        t_storeOrderCollection.collectionType = storeOrderCollection.collectionType
302
        t_storeOrderCollection.productName = storeOrderCollection.productName
302
        t_storeOrderCollection.productName = storeOrderCollection.productName
303
        t_storeOrderCollection.advanceAmount = storeOrderCollection.advanceAmount
303
        t_storeOrderCollection.advanceAmount = storeOrderCollection.advanceAmount
304
        t_storeOrderCollection.cash = storeOrderCollection.cash
304
        t_storeOrderCollection.cash = storeOrderCollection.cash
305
        t_storeOrderCollection.card = storeOrderCollection.card
305
        t_storeOrderCollection.card = storeOrderCollection.card
306
        t_storeOrderCollection.addedAt = storeOrderCollection.addedAt
306
        t_storeOrderCollection.addedAt = to_java_date(storeOrderCollection.addedAt)
307
        t_storeOrderCollection.pushedAt = storeOrderCollection.pushedAt
307
        t_storeOrderCollection.pushedAt = to_java_date(storeOrderCollection.pushedAt)
308
        t_storeOrderCollection.pushedToOcr = storeOrderCollection.pushedToOcr
308
        t_storeOrderCollection.pushedToOcr = storeOrderCollection.pushedToOcr
309
    return t_storeOrderCollection
309
    return t_storeOrderCollection
310
310