Invoice/Bill item stack resize td colspan

This commit is contained in:
cuneytsenturk
2018-11-07 21:42:47 +03:00
parent f3b8af0ad8
commit 2a0a565f66
5 changed files with 18 additions and 0 deletions

View File

@ -222,6 +222,8 @@
});
$(document).ready(function(){
itemTableResize();
@if (old('item'))
$('#customer_id').trigger('change');
@endif

View File

@ -221,6 +221,8 @@
});
$(document).ready(function(){
itemTableResize();
@if (old('item'))
$('#customer_id').trigger('change');
@endif