uzerpllp / uzerp

uzERP - Open Source Business Management
http://www.uzerp.com
Other
51 stars 26 forks source link

'Review Resources' in work order produces an Exception #235

Closed steveblamey closed 3 years ago

steveblamey commented 3 years ago

DataObjectCollection('.MFOperation.') load failed: SELECT id,op_no,remarks,centre,resource,resource_qty,volume_period,volume_target,batch_op,volume_uom_id,created,createdby,lastupdated,alteredby,usercompanyid FROM mf_operationsoverview WHERE ((stitem_id = '15472' AND (start_date <= 'today'::date AND (end_date is NULL OR end_date >= 'today'::date)))) ORDER BY op_no ASC, id ASC LIMIT 50 ERROR: column "batch_op" does not exist

Looks like the batch_op needs adding to mf_operationsoverview