2
0
forked from Wavyzz/dolibarr

Fix: Can add ban record but was not possible to delete

This commit is contained in:
Laurent Destailleur
2013-11-23 16:17:20 +01:00
parent 628e8bea83
commit 8e313ef32d
5 changed files with 108 additions and 22 deletions

View File

@@ -2358,7 +2358,7 @@ function dol_print_error_email($prefixcode)
* @param string $field Field to use for new sorting
* @param string $begin ("" by defaut)
* @param string $moreparam Add more parameters on sort url links ("" by default)
* @param string $td Options of attribute td ("" by defaut)
* @param string $td Options of attribute td ("" by defaut, example: 'align="center"')
* @param string $sortfield Current field used to sort
* @param string $sortorder Current sort order
* @return void