Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BankAccounts.php does not edit OK
03-07-2017, 06:15 PM,
#2
RE: BankAccounts.php does not edit OK
Hi Ricard, it is because the GL code is alpha numeric, but is not quoted in the sql. Line 407 needs to read:

$result = DB_query("SELECT invoice FROM bankaccounts where accountcode ='" . $SelectedBankAccount."'" );

and it should be ok.
Tim
Reply


Messages In This Thread
BankAccounts.php does not edit OK - by PakRicard - 03-07-2017, 04:34 PM
RE: BankAccounts.php does not edit OK - by TimSchofield - 03-07-2017, 06:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)