Merge pull request #751 from jrial/master
authorMartin Trigaux <mart-e@users.noreply.github.com>
Wed, 25 Jun 2014 14:05:00 +0000 (16:05 +0200)
committerMartin Trigaux <mart-e@users.noreply.github.com>
Wed, 25 Jun 2014 14:05:00 +0000 (16:05 +0200)
[FIX] account: Small performance fix + cleanup of account_invoice

Remove unused imports and variables
Merge two writes into one
Make sure we use the newly invoice_date and not the one left in the cache of the browse record


Trivial merge