Set version to 5.43.beta1
[civicrm-core.git] / ext / sequentialcreditnotes / settings / creditnote.setting.php
CommitLineData
38c87aa2 1<?php
2return [
3 'credit_notes_prefix' => [
4 'group_name' => 'Contribute Preferences',
5 'group' => 'contribute',
6 'name' => 'credit_notes_prefix',
7 'html_type' => 'text',
8 'quick_form_type' => 'Element',
9 'add' => '5.23',
10 'type' => CRM_Utils_Type::T_STRING,
11 'title' => ts('Credit Notes Prefix'),
12 'is_domain' => 1,
13 'is_contact' => 0,
14 'description' => ts('Prefix to be prepended to credit note ids'),
15 'default' => 'CN_',
16 'help_text' => ts('The credit note ID is generated when a contribution is set to Refunded, Cancelled or Chargeback. It is visible on invoices, if invoices are enabled'),
17 'settings_pages' => ['contribute' => ['weight' => 80]],
18 ],
19];