actindo ->bill__set_payed
actindo -> bill__set_payed: Set payed (Bezahltstatus setzen)
Signaturstring bill__set_payed( string $sid, int $bill_id [, boolean $set_payed] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    Bill-ID
     
  • boolean $set_payed
    TRUE=>payed, FALSE=>unpayed
     
Returnsstring
array('ok'=>TRUE/FALSE, 'errno'=>error code in case of error )
 
DescriptionSet payed (Bezahltstatus setzen)
ACHTUNG: Funktioniert nur wenn die Buchhaltung nicht verwendet wird!