Skip to content

Fixed ISSUE-50057: Adding new attributes for new form views

Jorge Wederago requested to merge openbravo/devel/openbravo:fr/50057 into master

Execution from try was OK https://builds.openbravo.com/job/try-ret-init/6441/artifact/retail.html

This is the query that needs to be run if someone needs to update the new fields manually:

UPDATE c_extbp_config_property
SET isdisplayedincreate = isdisplayedindetail, isdisplayedinedit = isdisplayedindetail,
create_seqno = detail_seqno, edit_seqno = detail_seqno,
sectionmessagecreate_id = sectionmessage_id , sectionmessageedit_id = sectionmessage_id,
create_colspan = detail_colspan, edit_colspan = detail_colspan;

This can be seen in the module script too.

Edited by Jorge Wederago

Merge request reports