dolibarr 24.0.0-beta
clients.php File Reference

Page of sales taxes. More...

Go to the source code of this file.

Functions

 cmp_fields_date (&$a, &$b)
 Helper compare function to sort lines by payment date first.
 

Detailed Description

Page of sales taxes.

Definition in file clients.php.

Function Documentation

◆ cmp_fields_date()

cmp_fields_date ( & $a,
& $b )

Helper compare function to sort lines by payment date first.

Parameters
array{datep:int,datef:int}$a Left argument to compare
array{datep:int,datef:int}$b Right argument to compare
Returns
int<-1,1> Indicates sort order between arguments

Definition at line 828 of file clients.php.