Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fixed Assets purchase order
06-11-2013, 05:58 PM,
#4
RE: Fixed Assets purchase order
Hello Phil,

Yes, this the bit of code I changed:

if ($AllowUpdate == true){
//adding the non-stock item

$_SESSION['PO'.$identifier]->add_to_order($_SESSION['PO'.$identifier]->LinesOnOrder+1,
'',
0, /*Serialised */
0, /*Controlled */
filter_number_format($_POST['Qty']),
$_POST['ItemDescription'],
filter_number_format($_POST['Price']),
$_POST['SuppliersUnit'],
$_POST['GLCode'],
$_POST['ReqDelDate'],
'',
0,
'',
0,
0,
$GLAccountName,
2,
$_POST['SuppliersUnit'],
1,
'',
'',
$_POST['AssetID']);
Reply


Messages In This Thread
Fixed Assets purchase order - by avocado - 06-10-2013, 04:42 PM
RE: Fixed Assets purchase order - by avocado - 06-10-2013, 08:20 PM
RE: Fixed Assets purchase order - by phil - 06-11-2013, 06:31 AM
RE: Fixed Assets purchase order - by avocado - 06-11-2013, 05:58 PM
RE: Fixed Assets purchase order - by phil - 06-11-2013, 06:12 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)