mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 23:33:36 +02:00
Make BillingModule.OVERALL_INVOICE_PREFIX configurable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221700223
This commit is contained in:
parent
45f63cbecf
commit
36c6265980
8 changed files with 31 additions and 11 deletions
|
@ -32,8 +32,6 @@ import org.joda.time.YearMonth;
|
|||
public final class BillingModule {
|
||||
|
||||
public static final String DETAIL_REPORT_PREFIX = "invoice_details";
|
||||
// TODO(b/119551360): This should be configurable, not hard-coded to Charleston Road Registry.
|
||||
public static final String OVERALL_INVOICE_PREFIX = "CRR-INV";
|
||||
public static final String INVOICES_DIRECTORY = "invoices";
|
||||
|
||||
static final String PARAM_SHOULD_PUBLISH = "shouldPublish";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue