Enable admin to enter installation date on delivery process:

:
This commit is contained in:
Almira Krdzic
2018-11-05 18:18:44 +01:00
parent c23e570399
commit dd53584d20
11 changed files with 221 additions and 102 deletions

View File

@@ -25,7 +25,8 @@ class Wiaas_DB_Update {
'20191102112451' => 'wiaas_disable_processing_order_email_delivery',
'20191131172850' => 'wiaas_db_update_update_delivery_forms',
'20191131182856' => 'wiaas_db_update_enable_workflow_inbox_for_roles',
'20191201133550' => 'wiaas_db_update_add_bundle_properties_ui_field'
'20191201133550' => 'wiaas_db_update_add_bundle_properties_ui_field',
'20191202133550' => 'wiaas_db_update_add_installation_date_delivery_action_form'
);
public static function execute() {