diff --git a/resources/views/customer/billing-registration.foil.php b/resources/views/customer/billing-registration.foil.php index 7fc91b05c..f2be142a1 100644 --- a/resources/views/customer/billing-registration.foil.php +++ b/resources/views/customer/billing-registration.foil.php @@ -113,16 +113,16 @@
-
+
id( 'notes' ) ->label( '' ) @@ -130,7 +130,7 @@ ->blockHelp( "This field supports Markdown..." ) ?>
-
+
Loading...
@@ -152,14 +152,6 @@ ->blockHelp( '' ); ?> - label( 'Billing Frequency' ) - ->fromQuery( \IXP\Models\CompanyBillingDetail::$BILLING_FREQUENCIES ) - ->placeholder( 'Choose a billing frequency' ) - ->addClass( 'chzn-select' ) - ->blockHelp( '' ); - ?> - id( 'billingAddress1' ) ->label( 'Address' ) @@ -213,6 +205,14 @@ ->blockHelp( '' ); ?> + label( 'Billing Frequency' ) + ->fromQuery( \IXP\Models\CompanyBillingDetail::$BILLING_FREQUENCIES ) + ->placeholder( 'Choose a billing frequency' ) + ->addClass( 'chzn-select' ) + ->blockHelp( '' ); + ?> + label( ' ' ) ->text( 'Purchase Order Required' ) @@ -262,16 +262,16 @@
-
+
id( 'billingNotes' ) ->label( '' ) @@ -279,7 +279,7 @@ ->blockHelp( "This field supports Markdown..." ) ?>
-
+
Loading...