Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Contracts, missing Customer Reference
02-29-2016, 04:23 AM,
#1
Contracts, missing Customer Reference
Hi

$_SESSION['Contract'.$identifier]->CustomerRef is missing in Contract_Readin.php
This causes missing value in Contracts.php Customer Reference

Code:
contracts.customerref,
needs to be added to $ContractHeaderSQL query and
Code:
$_SESSION['Contract'.$identifier]->CustomerRef = $myrow['customerref'];
to be defined as well
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)