Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@6962 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
einhverfr committed Apr 1, 2014
1 parent 0a53578 commit 77042b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Changelog for 1.3.39
* Fixed upgrade tests where null pricegrup exists (Chris T)
* Fixed save button on ar/ap transactions not saving (Chris T, 1097)

Chris T is Chris Travers
Robert C is Robert Clay

Changelog for 1.3.38
* Fixed AR/AP transactions resetting currency/exchange rate (Chris T)
* Fixed adding vouchers not checking for locked/approved batches (Chris T 1025)
Expand Down
2 changes: 1 addition & 1 deletion sql/modules/chart.sql
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ BEGIN
FOR out_row IN
SELECT * FROM account
WHERE (accno ~* ('^'||in_search)
OR description ~* ('^'||in_search))
OR description ~* in_search)
AND (in_link_desc IS NULL
or id in
(select account_id from account_link
Expand Down

0 comments on commit 77042b3

Please sign in to comment.