Subversion Repositories SmartDukaan

Rev

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

Rev 28870 Rev 29103
Line 1... Line 1...
1
 
1
 
2
<script src="https://cdn.datatables.net/plug-ins/1.10.19/api/sum().js"></script>
2
<script src="https://cdn.datatables.net/plug-ins/1.10.19/api/sum().js"></script>
3
 
3
 
4
 
4
 
-
 
5
	<button type="submit" class="btn btn-primary mk_fetch_plan" >Download Plan Statement</button>
-
 
6
 
-
 
7
 
5
 
8
 
6
<div class="row">
9
<div class="row">
7
 
10
 
8
 
11
 
9
	#if(!$inStocksMap.isEmpty())
12
	#if(!$inStocksMap.isEmpty())
Line 475... Line 478...
475
					console.log(response)
478
					console.log(response)
476
					$('#ItemsPo .modal-content').html(response);
479
					$('#ItemsPo .modal-content').html(response);
477
 
480
 
478
				});
481
				});
479
			});
482
			});
-
 
483
			
-
 
484
	
480
</script>
485
</script>
481
486