Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
56831ecd
Commit
56831ecd
authored
9 years ago
by
aspangaro
Browse files
Options
Downloads
Patches
Plain Diff
Correct travis
parent
7bf1ea2c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/admin/taxes.php
+1
-3
1 addition, 3 deletions
htdocs/admin/taxes.php
htdocs/fourn/class/fournisseur.facture.class.php
+5
-5
5 additions, 5 deletions
htdocs/fourn/class/fournisseur.facture.class.php
with
6 additions
and
8 deletions
htdocs/admin/taxes.php
+
1
−
3
View file @
56831ecd
...
...
@@ -2,7 +2,7 @@
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2011-2013 Juanjo Menent
<jmenent@2byte.es>
* Copyright (C) 2011-2013 Juanjo Menent
<jmenent@2byte.es>
* Copyright (C) 2015 Alexandre Spangaro <alexandre.spangaro@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -87,8 +87,6 @@ if ($action == 'update') {
$res
=
dolibarr_set_const
(
$db
,
'TAX_MODE_BUY_SERVICE'
,
$value
,
'chaine'
,
0
,
''
,
$conf
->
entity
);
if
(
!
$res
>
0
)
$error
++
;
// Others options
foreach
(
$list
as
$constname
)
{
$constvalue
=
GETPOST
(
$constname
,
'alpha'
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/fourn/class/fournisseur.facture.class.php
+
5
−
5
View file @
56831ecd
...
...
@@ -8,7 +8,7 @@
* Copyright (C) 2013 Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2014-2015 Marcos García <marcosgdf@gmail.com>
*
Copyright (C) 2015 Bahfir Abbes
<bafbes@gmail.com>
*
Copyright (C) 2015
Bahfir Abbes
<bafbes@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -1987,8 +1987,8 @@ class SupplierInvoiceLine extends CommonObjectLine
/**
* Retrieves a supplier invoice line
*
* @param int $rowid Line id
* @return int <0 KO; 0 NOT FOUND; 1 OK
* @param
int
$rowid
Line id
* @return
int
<0 KO; 0 NOT FOUND; 1 OK
*/
public
function
fetch
(
$rowid
)
{
...
...
@@ -2052,8 +2052,8 @@ class SupplierInvoiceLine extends CommonObjectLine
/**
* Deletes a line
*
* @param bool|int $notrigger
* @return int
-1
KO
;
1 OK
* @param
bool|int
$notrigger
1=Does not execute triggers, 0= execute triggers
* @return
int
0 if
KO
,
1
if
OK
*/
public
function
delete
(
$notrigger
=
0
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment