Subversion Repositories SmartDukaan

Rev

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

Rev 33261 Rev 33263
Line 98... Line 98...
98
                <td colspan="6"> No Order Found</td>
98
                <td colspan="6"> No Order Found</td>
99
            </tr>
99
            </tr>
100
            #end
100
            #end
101
        </tbody>
101
        </tbody>
102
    </table>
102
    </table>
103
    #if(!$inStockOrdersSerialized.isEmpty() && !$inStockOrdersNonSerialized.isEmpty())
103
    #if(!$inStockOrdersSerialized.isEmpty() || !$inStockOrdersNonSerialized.isEmpty())
104
        <div class="row">
104
        <div class="row">
105
            <div class="col-md-12">
105
            <div class="col-md-12">
106
                <button type="button" class="btn btn-info pull-right order_accepted">Generate Bill</button>
106
                <button type="button" class="btn btn-info pull-right order_accepted">Generate Bill</button>
107
            </div>
107
            </div>
108
        </div>
108
        </div>