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
e731e741
Commit
e731e741
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Missing triggers for suppliers invoices
parent
9626a1bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/admin/agenda.php
+2
-1
2 additions, 1 deletion
htdocs/admin/agenda.php
htdocs/admin/events.php
+1
-1
1 addition, 1 deletion
htdocs/admin/events.php
htdocs/compta/facture/class/facture.class.php
+1
-1
1 addition, 1 deletion
htdocs/compta/facture/class/facture.class.php
with
4 additions
and
3 deletions
htdocs/admin/agenda.php
+
2
−
1
View file @
e731e741
...
...
@@ -47,11 +47,12 @@ $eventstolog=array(
array
(
'id'
=>
'ORDER_SENTBYMAIL'
,
'test'
=>
$conf
->
commande
->
enabled
),
array
(
'id'
=>
'BILL_VALIDATE'
,
'test'
=>
$conf
->
facture
->
enabled
),
array
(
'id'
=>
'BILL_PAYED'
,
'test'
=>
$conf
->
facture
->
enabled
),
array
(
'id'
=>
'BILL_CANCEL
ED
'
,
'test'
=>
$conf
->
facture
->
enabled
),
array
(
'id'
=>
'BILL_CANCEL'
,
'test'
=>
$conf
->
facture
->
enabled
),
array
(
'id'
=>
'BILL_SENTBYMAIL'
,
'test'
=>
$conf
->
facture
->
enabled
),
array
(
'id'
=>
'FICHEINTER_VALIDATE'
,
'test'
=>
$conf
->
ficheinter
->
enabled
),
array
(
'id'
=>
'ORDER_SUPPLIER_VALIDATE'
,
'test'
=>
$conf
->
fournisseur
->
enabled
),
array
(
'id'
=>
'BILL_SUPPLIER_VALIDATE'
,
'test'
=>
$conf
->
fournisseur
->
enabled
),
array
(
'id'
=>
'BILL_SUPPLIER_PAYED'
,
'test'
=>
$conf
->
fournisseur
->
enabled
),
// array('id'=>'PAYMENT_CUSTOMER_CREATE','test'=>$conf->facture->enabled),
// array('id'=>'PAYMENT_SUPPLIER_CREATE','test'=>$conf->fournisseur->enabled),
array
(
'id'
=>
'MEMBER_VALIDATE'
,
'test'
=>
$conf
->
adherent
->
enabled
),
...
...
This diff is collapsed.
Click to expand it.
htdocs/admin/events.php
+
1
−
1
View file @
e731e741
...
...
@@ -61,7 +61,7 @@ $eventstolog=array(
array('id'=>'ORDER_SENTBYMAIL', 'test'=>$conf->commande->enabled),
array('id'=>'BILL_VALIDATE', 'test'=>$conf->facture->enabled),
array('id'=>'BILL_PAYED', 'test'=>$conf->facture->enabled),
array('id'=>'BILL_CANCEL
ED
', 'test'=>$conf->facture->enabled),
array('id'=>'BILL_CANCEL',
'test'=>$conf->facture->enabled),
array('id'=>'BILL_SENTBYMAIL', 'test'=>$conf->facture->enabled),
array('id'=>'PAYMENT_CUSTOMER_CREATE','test'=>$conf->facture->enabled),
array('id'=>'PAYMENT_SUPPLIER_CREATE','test'=>$conf->fournisseur->enabled),
...
...
This diff is collapsed.
Click to expand it.
htdocs/compta/facture/class/facture.class.php
+
1
−
1
View file @
e731e741
...
...
@@ -1232,7 +1232,7 @@ class Facture extends CommonObject
/**
* \brief Tag la facture comme abandonnee, sans paiement dessus (exemple car facture de remplacement) + appel trigger BILL_CANCEL
ED
* \brief Tag la facture comme abandonnee, sans paiement dessus (exemple car facture de remplacement) + appel trigger BILL_CANCEL
* \param user Objet utilisateur qui modifie
* \param close_code Code de fermeture
* \param close_note Commentaire de fermeture
...
...
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