Topic: requestation

hello sir

after installing requestation module i faced this problem



DATABASE ERROR : could not get all requisition_details
error code : 1146
error message : Table 'tkntbhgc_fron411.fl_requisition_details' doesn't exist
sql that failed was : SELECT * FROM fl_item_codes ic INNER JOIN fl_requisition_details rd ON ic.item_code = rd.item_code INNER JOIN fl_requisitions r ON rd.requisition_id = r.requisition_id LEFT JOIN fl_suppliers s ON rd.supplier_id = s.supplier_id WHERE (r.completed = 1) AND (rd.lpo_id = 0) ORDER BY r.requisition_id



?????

Re: requestation

For some reason you have 'fl_' prefix used on your database tables, which can be not supported by extension modules. Normal FA setup supports numeric (e.g. 0_) or empty prefix only.
Janusz