From 85aa4d95c286ab35137c9c256bdb4bc26a97eae9 Mon Sep 17 00:00:00 2001 From: Gabriel Horacio Cutrini Date: Tue, 20 Jan 2026 09:42:01 -0300 Subject: [PATCH] docs: add reassign and delegate fields to promo code CSV import Documents the optional boolean fields (allows_to_reassign and allows_to_delegate) that control whether promo code tickets can be reassigned or delegated. --- src/components/import-promocodes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/import-promocodes/index.js b/src/components/import-promocodes/index.js index f2c38dce1..050643334 100644 --- a/src/components/import-promocodes/index.js +++ b/src/components/import-promocodes/index.js @@ -78,6 +78,12 @@ const ImportPromocodesBtn = ({
  • notes: text (optional)
  • +
  • + allows_to_reassign: true/false (optional, default true) +
  • +
  • + allows_to_delegate: true/false (optional, default true) +