Flag unposted reversed allocations as posted.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2985660
This commit is contained in:
parent
730c1f061e
commit
f0220856c3
|
@ -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';
|
|
@ -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';
|
Loading…
Reference in New Issue