From: Wallace R. C. <wrc...@gm...> - 2006-11-20 15:03:35
|
On 11/20/06, Kevin Bailey <kb...@fr...> wrote: > Hi, > > Does anyone have any ideas RE how to add to the internal notes without > reposting the invoice? > > I would rather not repost any transactions as this may affect how they > are listed in the reconciliation screen. Well... I suppose you could sniff around in the database a bit, figure out which table contains that information, & update it ("update relevant_table set notes='notes go here' where key=1234567..."). Of course, before doing any of that, you'd want to shutdown SL access & backup the DB... just in case you didn't get it right. :-) -- Best Regards, Wallace |