Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Work Orders With Multiple Items - Context?
11-28-2018, 09:01 AM, (This post was last modified: 11-28-2018, 09:08 AM by VortecCPI.)
#20
RE: Work Orders With Multiple Items - Not Working
Thank you so much for your effort on this Tim. I will be on it very first thing tomorrow morning!
Small change needed at lines 195/196:

PHP Code:
$SQL "INSERT INTO woitems (wo,
                                            stockid,
                                            qtyreqd,
                                            stdcost,
                                            comments)
                                        VALUES (
                                            '" 
$_SESSION['WorkOrder' $Identifier]->OrderNumber "',
                                            '" 
$Item->StockId "',
                                            '" 
$Item->QuantityRequired "',
                                            '" 
$Cost "',
                                            '" 
$Item->Comments "
                                            ')"

https://www.linkedin.com/in/eclipsepaulbecker
Reply


Messages In This Thread
RE: Work Orders With Multiple Items - by phil - 11-27-2018, 05:06 AM
RE: Work Orders With Multiple Items - Not Working - by VortecCPI - 11-28-2018, 09:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)