mirror of
https://github.com/google/nomulus
synced 2026-02-03 19:42:39 +00:00
Make BillingModule.OVERALL_INVOICE_PREFIX configurable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221700223
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user