mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
bug fixes
This commit is contained in:
parent
165d0ad444
commit
b89b1eb45e
@ -49,7 +49,7 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div data-bind="with: client">
|
<div data-bind="with: client">
|
||||||
<div class="form-group" data-bind="visible: contacts().length > 0 && contacts()[0].email(), foreach: contacts">
|
<div style="display:none" class="form-group" data-bind="visible: contacts().length > 0 && contacts()[0].email(), foreach: contacts">
|
||||||
<div class="col-lg-8 col-lg-offset-4">
|
<div class="col-lg-8 col-lg-offset-4">
|
||||||
<label for="test" class="checkbox" data-bind="attr: {for: $index() + '_check'}">
|
<label for="test" class="checkbox" data-bind="attr: {for: $index() + '_check'}">
|
||||||
<input type="checkbox" value="1" data-bind="checked: send_invoice, attr: {id: $index() + '_check'}">
|
<input type="checkbox" value="1" data-bind="checked: send_invoice, attr: {id: $index() + '_check'}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user