Author Topic: "Portion" has bugs  (Read 4198 times)

polymorpher

  • Newbie
  • *
  • Posts: 17
"Portion" has bugs
« on: May 29, 2012, 06:20:16 am »
It seems to me the portion functionality is broken. Whenever a portion is clicked, SambaPOS reports ObjectReferenceNull exception, pointing to function GetVatTemplate(int) in MainDataContext.cs. Changing menuItemId to menuItemId+1 seems to resolve part of the problem but in some scenario the error persists.

I am using default text file based database.
« Last Edit: May 29, 2012, 06:31:05 am by polymorpher »

polymorpher

  • Newbie
  • *
  • Posts: 17
Re: "Portion" has bugs
« Reply #1 on: May 29, 2012, 03:06:57 pm »
The issue is resolved by switching to SQL Express Server.