Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 12, 2024
1 parent 4054448 commit 4b384b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions htdocs/compta/facture/class/facture-rec.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ class FactureRec extends CommonInvoice
*/
public $mode_reglement_code; // Code in llx_c_paiement

/**
* @var int ID of bank account to use if invoice is set for direct debit payment (see PAYMENTCODETOEDITSOCIETERIB)
*/
public $fk_societe_rib;

/**
* @var int
*/
Expand All @@ -198,10 +203,6 @@ class FactureRec extends CommonInvoice
*/
public $generate_pdf; // 1 to generate PDF on invoice generation (default)

/**
* @var int
*/
public $fk_societe_rib;


const PAYMENTCODETOEDITSOCIETERIB = "PRE";
Expand Down

0 comments on commit 4b384b3

Please sign in to comment.