Subversion Repositories SmartDukaan

Rev

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

Rev 36054 Rev 36501
Line 231... Line 231...
231
        </div>
231
        </div>
232
    </div>
232
    </div>
233
</div>
233
</div>
234
 
234
 
235
    ## Edit Targets & Payouts Section - Admin Only
235
    ## Edit Targets & Payouts Section - Admin Only
236
    #if($isAdmin)
236
    #if($isFinanceTeam)
237
    <div class="row" style="margin-top:20px;">
237
    <div class="row" style="margin-top:20px;">
238
        <div class="col-lg-12">
238
        <div class="col-lg-12">
239
            <h5><strong>Edit Targets & Payouts</strong></h5>
239
            <h5><strong>Edit Targets & Payouts</strong></h5>
240
            #if($offer.getTargetSlabs() && $offer.getTargetSlabs().size() > 0)
240
            #if($offer.getTargetSlabs() && $offer.getTargetSlabs().size() > 0)
241
            <table class="table table-bordered table-sm" id="edit-slabs-table" data-offerid="$offer.getId()">
241
            <table class="table table-bordered table-sm" id="edit-slabs-table" data-offerid="$offer.getId()">