Skip to content

Commit

Permalink
Updated Prime's Billing programs menu listings (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohsudev authored Jul 26, 2024
1 parent 3a840d0 commit 6af3990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ChargesARTCoreFormType extends TaskForm

public ChargesARTCoreFormType(DataEntryFormContext ctx, Module owner)
{
super(ctx, owner, NAME, "ART Core Charges", "Billing - ART Core", Arrays.<FormSection>asList(
super(ctx, owner, NAME, "ART Core Charges", "Billing", Arrays.<FormSection>asList(
new TaskFormSection(),
new AnimalDetailsFormSection(),
new ChargesInstructionFormSection(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ChargesVirologyCoreFormType extends TaskForm

public ChargesVirologyCoreFormType(DataEntryFormContext ctx, Module owner)
{
super(ctx, owner, NAME, "Virology Charges", "Billing - Virology Core", Arrays.<FormSection>asList(
super(ctx, owner, NAME, "Virology Charges", "Billing", Arrays.<FormSection>asList(
new TaskFormSection(),
// new AnimalDetailsFormSection(),
new ChargesInstructionFormSection(),
Expand Down

0 comments on commit 6af3990

Please sign in to comment.