kumarsivarajan / rmh-roomreservation-maker

Automatically exported from code.google.com/p/rmh-roomreservation-maker
0 stars 0 forks source link

RMH staff ID is set to null when inserted #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run the unit test in testdbProfileActivity.php
2. Inspect the record in the database

What is the expected output? What do you see instead?
the insert succeeds but the RMH staff ID is set to NULL

The problem is that the RMH staff ID which is passed into the function is not 
used in the actual SQL query.

One issue is that when a profile is first created, there is no RMH staff person 
associated. So when the insert function is called, a null should be passed in 
for the RMH staff ID.

Original issue reported on code.google.com by bkmackellar on 15 Nov 2012 at 2:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r483.

Original comment by cgigli...@gmail.com on 16 Nov 2012 at 1:48