Won't assign itemclassid to a itemsubclass on creation of a itemsubclass
schultzconsult - November 14, 2006 - 09:17
| Project: | Inventory Management |
| Version: | 4.7.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | schultzconsult |
| Status: | closed |
Jump to:
Description
The add item sub class will not insert the itemclassid into the table at first.
The insertion first occures on update.

#1
Corrected missing ifelse in save_data function.
The save_data function did not capture if it was a creation of an item class.
#2