Skip to content

Commit

Permalink
Merge pull request #417 from bpali/hotfix/3.8.0#002
Browse files Browse the repository at this point in the history
#416 Bugfix Accounting FactLine updateReverseLine SQLException for InventoryMove
  • Loading branch information
e-Evolution committed Jun 6, 2016
2 parents 7e2984e + 406f0b4 commit a31c3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/org/compiere/acct/FactLine.java
Expand Up @@ -1074,7 +1074,7 @@ public boolean updateReverseLine (
// MZ Goodwill
// for Inventory Move
if (MMovement.Table_ID == AD_Table_ID)
pstmt.setInt(6, getM_Locator_ID());
pstmt.setInt(7, getM_Locator_ID());
// end MZ
rs = pstmt.executeQuery();
if (rs.next())
Expand Down

0 comments on commit a31c3e3

Please sign in to comment.