diff --git a/pos-module-core/modules/core/public/lib/commands/events/create/build.liquid b/pos-module-core/modules/core/public/lib/commands/events/create/build.liquid index 32e10ed..0f692d1 100644 --- a/pos-module-core/modules/core/public/lib/commands/events/create/build.liquid +++ b/pos-module-core/modules/core/public/lib/commands/events/create/build.liquid @@ -6,7 +6,7 @@ assign now = 'now' | to_time assign data = object assign data.type = type - assign data.date = now + assign data.date = data.date | default: now return data %}