Subversion Repositories SmartDukaan

Rev

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

Rev 27989 Rev 27990
Line 114... Line 114...
114
	<div class="col-lg-12">
114
	<div class="col-lg-12">
115
		<h3>Other Schemes</h3>
115
		<h3>Other Schemes</h3>
116
		<table class="table table-striped table-advance">
116
		<table class="table table-striped table-advance">
117
			<tr>
117
			<tr>
118
                <th>Name</th>
118
                <th>Name</th>
119
                <th>Margin Based On/th>
119
                <th>Margin Based On</th>
120
                <th>Sale Criteria/th>
120
                <th>Sale Criteria</th>
121
                <th>Sale Target/th>
121
                <th>Sale Target</th>
122
                <th>Payout</th>
122
                <th>Payout</th>
123
            </tr>
123
            </tr>
124
            #if(!$offers.isEmpty())
124
            #if(!$offers.isEmpty())
125
            #foreach( $offer in $offers )
125
            #foreach( $offer in $offers )
126
            #set($size=$offer.getTargetSlabs().size()+1)
126
            #set($size=$offer.getTargetSlabs().size()+1)