vinithareddy / journal-distribution-system

Automatically exported from code.google.com/p/journal-distribution-system
0 stars 0 forks source link

Subscription details not getting saved #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
This is continuation of #119.
8. Request for invoice.
9. Searched for subscriber based on subscriber ID.
10. Now I am able to add subscription.
11. Added subscription for Current science, start year 2012, month - Jan.
12. Clicked on add, the subscription got added.
13. Clicked on save.
Saw an error in debug console.
--
[21:25:37.838] POST 
http://localhost:8082/JDS/subscription?oper=add&subscriberNumber=12E-S-00021&rem
arks=&inwardNumber=12E-01851 [HTTP/1.1 200 OK 62ms]
[21:25:37.897] syntax error @ 
http://localhost:8082/JDS/subscription?oper=add&subscriberNumber=12E-S-00021&rem
arks=&inwardNumber=12E-01851:1

14. Not sure what happened
15. Went to back-issue list (Generate back issue list)
16. Subscriber number does not show up in "Subscriber Number".
17. Check in tortoise. The data is not present in db.

Original issue reported on code.google.com by modak.a...@gmail.com on 22 May 2012 at 3:59

GoogleCodeExporter commented 8 years ago

Original comment by modak.a...@gmail.com on 22 May 2012 at 4:00

GoogleCodeExporter commented 8 years ago
a column name in one of the stored procedures still pointed to the old 
mailing_list_status table instead of mailing_list table.

Original comment by shailend...@gmail.com on 23 May 2012 at 2:37