Skip to content

Commit

Permalink
Merge pull request #4940 from IonAgorria/fix-facrec
Browse files Browse the repository at this point in the history
Fix #4227: Change FactureRec superclass to CommonInvoice
  • Loading branch information
eldy committed Apr 4, 2016
2 parents f36f33f + fbe0414 commit 71ef9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/facture/class/facture-rec.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Classe de gestion des factures recurrentes/Modeles
*/
class FactureRec extends Facture
class FactureRec extends CommonInvoice
{
public $element='facturerec';
public $table_element='facture_rec';
Expand Down

0 comments on commit 71ef9bc

Please sign in to comment.