Handle order number and product ui fields
This commit is contained in:
@@ -18,9 +18,9 @@ function wiaas_db_update_add_user_organization_ui_fields() {
|
||||
_wiaas_import_field_group($ui_json);
|
||||
}
|
||||
|
||||
function wiaas_db_update_add_reference_ui_field() {
|
||||
function wiaas_db_update_add_bundle_properties_ui_field() {
|
||||
|
||||
$ui_json = file_get_contents( dirname( __FILE__ ) . '/data/wiaas-ui-field-reference.json' );
|
||||
$ui_json = file_get_contents( dirname( __FILE__ ) . '/data/wiaas-ui-field-bundle-properties.json' );
|
||||
|
||||
$ui_json = json_decode( $ui_json, true );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user