Integration with Intuit - get accounting details for products
This commit is contained in:
@@ -105,13 +105,14 @@
|
||||
<div class="row">
|
||||
<!-- Accounting -->
|
||||
<div class="col-12">
|
||||
@include('adminlte::widget.form_text',[
|
||||
@include('adminlte::widget.form_select',[
|
||||
'label'=>'Accounting',
|
||||
'icon'=>'fas fa-calculator',
|
||||
'id'=>'accounting',
|
||||
'old'=>'accounting',
|
||||
'name'=>'accounting',
|
||||
'value'=>$o->accounting ?? '',
|
||||
'value'=>$o->accounting,
|
||||
'options'=>$o->accounting('intuit'),
|
||||
])
|
||||
</div>
|
||||
</div>
|
||||
@@ -256,7 +257,7 @@
|
||||
// Find the setup input and toggle it
|
||||
input = $('#'+input.attr('id').replace('base','setup')+'');
|
||||
input.prop('disabled',(i,v)=>!v);
|
||||
})
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@append
|
Reference in New Issue
Block a user