Files
akaunting/resources/views/incomes/invoices/create.blade.php
Shreyansh Panchal 34d5ed3172 Update popover function call method signature
Currently on line #275
`$('a[rel=popover]').popover({ html: 'true',`

html true where `'true'` is within quotes, Which causes issue when trying to open popover. As popover expects Boolean. As mentioned at: https://github.com/akaunting/akaunting/issues/url
2018-08-08 00:03:01 +05:30

33 KiB