chri55w / QuickBooks-Timer

Savantech QuickBooks Timer - Issue Tracking / Wiki ONLY
3 stars 0 forks source link

Create Time Log Template - Crash #57

Closed chri55w closed 8 years ago

chri55w commented 8 years ago

Unknown Crash when Creating a new Time Log Template - as shown below image

chri55w commented 8 years ago

Cause is due to Time Log Templates being imported with a NULL value for the TIME_LOG_TEMPLATE_ID field which cannot be inserted to the database when creating a TIME_LOG_TEMPLATE that matches another one.

chri55w commented 8 years ago

The TIME_LOG_TEMPLATE_ID value had been missed when converting temporary types at start up, modified ConvertTempTypes function which fixed the crash.