02-19-2017, 09:01 PM
(02-19-2017, 08:44 PM)joebordes Wrote: so you executed "git clone" and have your code under git control or downloaded the zip from the main page. right?
If you look at line 684 of data/CRMEntity.php does it look like this:
https://github.com/tsolucio/corebos/blob/master/data/CRMEntity.php#L684
?
I have downloaded the zip file.
In my CRMEntity.php on line 684 is this code
Code:
$dbvals = array_merge($dbvals,$flds);