Skip to content

Commit

Permalink
Update TotalBillBreakdownHeaders.cs (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: Uday Denduluri <[email protected]>
  • Loading branch information
johnbenjamin-defra and udaydefra authored Jan 8, 2025
1 parent fa89b0b commit a3103d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ public class TotalBillBreakdownHeaders
//section-TotalBill
public static readonly string TotalProducerBillBreakdown = "Total Producer Bill Breakdown";

public static readonly string TotalProducerBillWithoutBadDebtProvision = "Total Producer Bill (1 + 2a + 2b + 2c + 3 + 4 + 5) w/o Bad Debt Provision";
public static readonly string TotalProducerBillWithoutBadDebtProvision = "Total Producer Bill (1+2a+2b+2c+3+4+5) w/o Bad Debt Provision";
public static readonly string BadDebtProvision = "Bad Debt Provision for Total Producer Bill";
public static readonly string TotalProducerBillWithBadDebtProvision = "Total Producer Bill (1 + 2a + 2b + 2c + 3 + 4 + 5) with Bad Debt Provision";
public static readonly string TotalProducerBillWithBadDebtProvision = "Total Producer Bill (1+2a+2b+2c+3+4+5) with Bad Debt Provision";
public static readonly string EnglandTotalWithBadDebtProvision = "England Total with Bad Debt provision";
public static readonly string WalesTotalWithBadDebtProvision = "Wales Total with Bad Debt provision";
public static readonly string ScotlandTotalWithBadDebtProvision = "Scotland Total with Bad Debt provision";
Expand Down

0 comments on commit a3103d3

Please sign in to comment.