From: Jesse P. <je...@st...> - 2004-09-19 17:54:31
|
I'm glad it was far enough along to commit, that will make it much easier to work with now as changes/fixes are needed. I'll try to look at the Credit_Invoice.php issue you pointed out - I remember having that happen on another one... That StockTransfers confusion - I emailed to the list about it - I don't believe I broke them, but was a little confused as well. Since no one else has yet, I'll see what I can do to straighten out the various Transfer scripts. The rest of what you mention here - I'm not real sure what you are talking about. If it's that I screwed up the location of $title some times, that's completely possible :) jesse Phil Daintree wrote: >Jesse, > >Spent entire weekend on this lot ... still a couple more snags :-( > >StockTransfers we have two DefineStockTransfer.php and >DefineStockTransfers.php used by the bulk and the single transfers. > >The StockTransfer.php looks for stock in the location transferring to >NOT the location transferring from. You get a warning if there is >unsufficient stock at the location you are transferring to!! > >Transfers are not effected ie location stock is not updated. > >$title must be defined after session.inc but before header.inc > >I have actually included this substitute _ function in config.php now as >a bit of a hack - but still $title must be defined using our _ function >after session.inc since config.php is included by session.inc > >I have committed it to CVS but its buggy. May be something I have done. >Can you tell me why we are changing it? I was hoping to release a new >file. I'll keep banging away trying to figure it out. > >Phil > > |