Changed the GL accounts in Manufacturing to go from Cost accounts to Assembly Account...
[fa-stable.git] / sales / manage / recurrent_invoices.php
index f5f18f6243943bc76442cedc0edd9b187844fd7b..999bccdb10765ec3c0f7b40fce37090ab7683214 100644 (file)
@@ -33,7 +33,7 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM')
        if (strlen($_POST['description']) == 0) 
        {
                $input_error = 1;
-               display_error(_("The area description cannot be empty."));
+               display_error(_("The invoice description cannot be empty."));
                set_focus('description');
        }
        if (!is_date($_POST['begin'])) {