users clients batchlineItem fix

This commit is contained in:
KhinSuLinn
2017-10-25 14:04:01 +06:30
parent dce9c48eef
commit 3488ac3ac7
11 changed files with 55 additions and 39 deletions

View File

@@ -91,12 +91,12 @@ $(document).ready(function() {
success:function(result){
// $("#show-data").html('')
if (result.status == 'true'){
enable_control(false)
enable_control(false);
}
else
{
if (result.data === null){
enable_control(true)
enable_control(true);
}
else
{

View File

@@ -35,7 +35,8 @@
<td><%= user.nrc rescue '' %></td>
<td><%= user.email rescue '' %></td>
<td><%= user.phone rescue '' %></td>
<td><%= user.address rescue '' %></td>
<td><%= user.address rescue '' %></td>
<td></td>
<td><%= user.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %></td>
<td>
<%= link_to 'Detail',