Subversion Repositories SmartDukaan

Rev

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

Rev 25704 Rev 27797
Line 30... Line 30...
30
	    					<th>PartnerId</th>
30
	    					<th>PartnerId</th>
31
	    					<th>Store Name</th>
31
	    					<th>Store Name</th>
32
	    					<th>Email</th>
32
	    					<th>Email</th>
33
	    					<th>Store Code</th>
33
	    					<th>Store Code</th>
34
	    					<th>Investment</th>
34
	    					<th>Investment</th>
-
 
35
	    					<th>Category</th>
35
	    					<th>Action</th>
36
	    					<th>Action</th>
36
	    				</tr>
37
	    				</tr>
37
	    				</thead>
38
	    				</thead>
38
	    				<tbody>
39
	    				<tbody>
39
	    				#if(!$fofoStores.isEmpty())
40
	    				#if(!$fofoStores.isEmpty())
Line 55... Line 56...
55
				    						Grace Period expired on $dateFormatter.format($fofoStore.getGraceDate()) (Grace Count - $fofoStore.getGraceCount())<br>
56
				    						Grace Period expired on $dateFormatter.format($fofoStore.getGraceDate()) (Grace Count - $fofoStore.getGraceCount())<br>
56
				    					 #end
57
				    					 #end
57
			    							<button class="btn btn-primary extend-billing"  data-fofoid="$fofoStore.getId()">Extend for 2 days</button></td>
58
			    							<button class="btn btn-primary extend-billing"  data-fofoid="$fofoStore.getId()">Extend for 2 days</button></td>
58
			    							 
59
			    							 
59
			    					#end
60
			    					#end
-
 
61
			    				<td><a class="changePartnerCategory" data-id="$fofoStore.getId()" href="#"> change category</a></td>
60
			    					<td><button class="btn btn-primary deactivate-store"  data-fofoid="$fofoStore.getId()">Deactivate</button></td>
62
			    					<td><button class="btn btn-primary deactivate-store"  data-fofoid="$fofoStore.getId()">Deactivate</button></td>
61
			    				</tr>
63
			    				</tr>
62
			    			#end
64
			    			#end
63
		    			#else
65
		    			#else
64
		    				<tr>
66
		    				<tr>