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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
0730f84c
Commit
0730f84c
authored
8 years ago
by
gauthier
Browse files
Options
Downloads
Patches
Plain Diff
FIX : param php doc
parent
6cecab4c
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/supplier_proposal/class/supplier_proposal.class.php
+2
-0
2 additions, 0 deletions
htdocs/supplier_proposal/class/supplier_proposal.class.php
with
2 additions
and
0 deletions
htdocs/supplier_proposal/class/supplier_proposal.class.php
+
2
−
0
View file @
0730f84c
...
@@ -355,6 +355,7 @@ class SupplierProposal extends CommonObject
...
@@ -355,6 +355,7 @@ class SupplierProposal extends CommonObject
* @param string $label ???
* @param string $label ???
* @param array $array_option extrafields array
* @param array $array_option extrafields array
* @param string $ref_fourn Supplier price reference
* @param string $ref_fourn Supplier price reference
* @param int $fk_unit Id of the unit to use.
* @return int >0 if OK, <0 if KO
* @return int >0 if OK, <0 if KO
*
*
* @see add_product
* @see add_product
...
@@ -547,6 +548,7 @@ class SupplierProposal extends CommonObject
...
@@ -547,6 +548,7 @@ class SupplierProposal extends CommonObject
* @param int $type 0/1=Product/service
* @param int $type 0/1=Product/service
* @param array $array_option extrafields array
* @param array $array_option extrafields array
* @param string $ref_fourn Supplier price reference
* @param string $ref_fourn Supplier price reference
* @param int $fk_unit Id of the unit to use.
* @return int 0 if OK, <0 if KO
* @return int 0 if OK, <0 if KO
*/
*/
function
updateline
(
$rowid
,
$pu
,
$qty
,
$remise_percent
,
$txtva
,
$txlocaltax1
=
0
,
$txlocaltax2
=
0
,
$desc
=
''
,
$price_base_type
=
'HT'
,
$info_bits
=
0
,
$special_code
=
0
,
$fk_parent_line
=
0
,
$skip_update_total
=
0
,
$fk_fournprice
=
0
,
$pa_ht
=
0
,
$label
=
''
,
$type
=
0
,
$array_option
=
0
,
$ref_fourn
=
''
,
$fk_unit
=
''
)
function
updateline
(
$rowid
,
$pu
,
$qty
,
$remise_percent
,
$txtva
,
$txlocaltax1
=
0
,
$txlocaltax2
=
0
,
$desc
=
''
,
$price_base_type
=
'HT'
,
$info_bits
=
0
,
$special_code
=
0
,
$fk_parent_line
=
0
,
$skip_update_total
=
0
,
$fk_fournprice
=
0
,
$pa_ht
=
0
,
$label
=
''
,
$type
=
0
,
$array_option
=
0
,
$ref_fourn
=
''
,
$fk_unit
=
''
)
...
...
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