Flag unposted reversed allocations as posted.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2985660
This commit is contained in:
phib 2010-04-13 23:13:34 +00:00
parent 730c1f061e
commit f0220856c3
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
-- reversed allocations should be marked posted (with no facts)
update c_allocationhdr
set posted = 'Y'
where posted = 'N'
and processed = 'Y'
and docstatus = 'RE'
and isactive = 'N';

View File

@ -0,0 +1,7 @@
-- reversed allocations should be marked posted (with no facts)
update c_allocationhdr
set posted = 'Y'
where posted = 'N'
and processed = 'Y'
and docstatus = 'RE'
and isactive = 'N';