From 19b594ee9de184734f4c41fb5807d5a3c93f73c8 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Sun, 17 Apr 2016 15:58:32 +0200 Subject: [PATCH] Correct travis --- htdocs/accountancy/class/accountancycategory.class.php | 2 +- htdocs/accountancy/report/result.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php index e1dc7b68a8b..92ea01660ac 100644 --- a/htdocs/accountancy/class/accountancycategory.class.php +++ b/htdocs/accountancy/class/accountancycategory.class.php @@ -178,7 +178,7 @@ class AccountancyCategory /** * Function to delete an accounting account from an accounting category * - * @param int $id_cat Id category + * @param int $cpt_id Id of accounting account * * @return int <0 if KO, >0 if OK */ diff --git a/htdocs/accountancy/report/result.php b/htdocs/accountancy/report/result.php index cdbb51aca63..48d587b575b 100644 --- a/htdocs/accountancy/report/result.php +++ b/htdocs/accountancy/report/result.php @@ -1,4 +1,4 @@ - * Copyright (C) 2016 Alexandre Spangaro *