From e02df85793c96b4c3e5df5c55af403543605afb2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 28 Jun 2017 06:14:18 +0300 Subject: [PATCH] Separate counter for credit invoices #1451 --- resources/lang/en/texts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index a48150040b19..27bc9ac0d2ff 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2295,7 +2295,6 @@ $LANG = array( 'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.', 'next_credit_number' => 'The next credit number is :number.', 'padding_help' => 'The number of zero\'s to pad the number.', - 'client_number_help' );