Subversion Repositories SmartDukaan

Rev

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

Rev 12342 Rev 12343
Line 2109... Line 2109...
2109
            netInventory='Info Not Available'
2109
            netInventory='Info Not Available'
2110
        else:
2110
        else:
2111
            netInventory = str(getNetAvailability(inventoryMap.get(mpHistory.item_id)))
2111
            netInventory = str(getNetAvailability(inventoryMap.get(mpHistory.item_id)))
2112
        if (mpHistory.competitiveCategory==2):
2112
        if (mpHistory.competitiveCategory==2):
2113
            decision="Auto Increment"
2113
            decision="Auto Increment"
2114
        elif (mpHistory.competitiveCategory in (3)):
2114
        elif (mpHistory.competitiveCategory==3):
2115
            decision="Auto Decrement"
2115
            decision="Auto Decrement"
2116
        else:
2116
        else:
2117
            decision=""
2117
            decision=""
2118
        message+="""<tr>
2118
        message+="""<tr>
2119
            <td style="text-align:center">"""+str(mpHistory.item_id)+"""</td>
2119
            <td style="text-align:center">"""+str(mpHistory.item_id)+"""</td>