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
2202380b
Commit
2202380b
authored
10 years ago
by
Marcos García de La Fuente
Browse files
Options
Downloads
Patches
Plain Diff
Improving ContratLigne documentation
parent
7424ee11
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/contrat/class/contrat.class.php
+14
-0
14 additions, 0 deletions
htdocs/contrat/class/contrat.class.php
with
14 additions
and
0 deletions
htdocs/contrat/class/contrat.class.php
+
14
−
0
View file @
2202380b
...
@@ -2055,6 +2055,13 @@ class ContratLigne extends CommonObject
...
@@ -2055,6 +2055,13 @@ class ContratLigne extends CommonObject
var
$fk_product
;
var
$fk_product
;
var
$statut
;
// 0 inactive, 4 active, 5 closed
var
$statut
;
// 0 inactive, 4 active, 5 closed
var
$label
;
var
$label
;
/**
* @var string
* @deprecated Use $label instead
*/
public
$libelle
;
var
$description
;
var
$description
;
var
$date_commande
;
var
$date_commande
;
var
$date_ouverture_prevue
;
// date start planned
var
$date_ouverture_prevue
;
// date start planned
...
@@ -2072,6 +2079,13 @@ class ContratLigne extends CommonObject
...
@@ -2072,6 +2079,13 @@ class ContratLigne extends CommonObject
var
$fk_remise_except
;
var
$fk_remise_except
;
var
$subprice
;
// Unit price HT
var
$subprice
;
// Unit price HT
/**
* @var float
* @deprecated Use $price_ht instead
*/
public
$price
;
var
$price_ht
;
var
$price_ht
;
var
$total_ht
;
var
$total_ht
;
...
...
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