| Line 406... |
Line 406... |
| 406 |
}
|
406 |
}
|
| 407 |
});
|
407 |
});
|
| 408 |
|
408 |
|
| 409 |
var $html = $('<tr> <td> <input type="text" class="form-control typeaheaditem" autocomplete="off" placeholder="Search Model"/> </td>' +
|
409 |
var $html = $('<tr> <td> <input type="text" class="form-control typeaheaditem" autocomplete="off" placeholder="Search Model"/> </td>' +
|
| 410 |
'<td> <input type="number" class="form-control qty" name = "qty" placeholder="Quantity"/> </td>' +
|
410 |
'<td> <input type="number" class="form-control qty" name = "qty" placeholder="Quantity"/> </td>' +
|
| 411 |
'<td> <input type="number" class="form-control rate" placeholder="Rate"/> </td>' +
|
411 |
'<td> <input type="number" class="form-control rate" placeholder="Rate"/> </td>' +
|
| 412 |
'<td> <input class="form-control btn btn-primary removeInInvoiceItem" type="button" value="Remove"></td> </tr> ');
|
412 |
'<td> <input class="form-control btn btn-primary removeInInvoiceItem" type="button" value="Remove"></td> </tr> ');
|
| 413 |
|
413 |
|
| 414 |
|
414 |
|
| 415 |
getItemAheadOptions($html.find('.typeaheaditem'), true, function (
|
415 |
getItemAheadOptions($html.find('.typeaheaditem'), true, function (
|
| 416 |
selectedItem) {
|
416 |
selectedItem) {
|