Subversion Repositories SmartDukaan

Rev

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

Rev 12649 Rev 12651
Line 2285... Line 2285...
2285
            <th>WANLC</th>
2285
            <th>WANLC</th>
2286
            <th>Margin</th>
2286
            <th>Margin</th>
2287
            <th>Commission %</th>
2287
            <th>Commission %</th>
2288
            <th>Return Provision %</th>
2288
            <th>Return Provision %</th>
2289
            <th>Competitive Price</th>
2289
            <th>Competitive Price</th>
2290
            <th>Proposed SP<th>
2290
            <th>Proposed SP</th>
2291
            <th>Inventory</th>
2291
            <th>Inventory</th>
2292
            <th>Sales History</th>
2292
            <th>Sales History</th>
2293
            </tr></thead>
2293
            </tr></thead>
2294
            <tbody>"""
2294
            <tbody>"""
2295
    cantCompeteItems = sorted(list(cantCompeteItemsList), key=lambda x: x.ourInventory, reverse=True)
2295
    cantCompeteItems = sorted(list(cantCompeteItemsList), key=lambda x: x.ourInventory, reverse=True)