@@ -10807,10 +10807,10 @@ discard block |
||
10807 | 10807 | // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
10808 | 10808 | |
10809 | 10809 | /** |
10810 | - * Load into cache list of invoice subtypes |
|
10811 | - * |
|
10812 | - * @return int Nb of lines loaded, <0 if KO |
|
10813 | - */ |
|
10810 | + * Load into cache list of invoice subtypes |
|
10811 | + * |
|
10812 | + * @return int Nb of lines loaded, <0 if KO |
|
10813 | + */ |
|
10814 | 10814 | public function load_cache_invoice_subtype() |
10815 | 10815 | { |
10816 | 10816 | // phpcs:enable |
@@ -10853,15 +10853,15 @@ discard block |
||
10853 | 10853 | |
10854 | 10854 | |
10855 | 10855 | /** |
10856 | - * Return list of invoice subtypes. |
|
10857 | - * |
|
10858 | - * @param int $selected Id of invoice subtype to preselect by default |
|
10859 | - * @param string $htmlname Select field name |
|
10860 | - * @param int $addempty Add an empty entry |
|
10861 | - * @param int $noinfoadmin 0=Add admin info, 1=Disable admin info |
|
10862 | - * @param string $morecss Add more CSS on select tag |
|
10863 | - * @return string String for the HTML select component |
|
10864 | - */ |
|
10856 | + * Return list of invoice subtypes. |
|
10857 | + * |
|
10858 | + * @param int $selected Id of invoice subtype to preselect by default |
|
10859 | + * @param string $htmlname Select field name |
|
10860 | + * @param int $addempty Add an empty entry |
|
10861 | + * @param int $noinfoadmin 0=Add admin info, 1=Disable admin info |
|
10862 | + * @param string $morecss Add more CSS on select tag |
|
10863 | + * @return string String for the HTML select component |
|
10864 | + */ |
|
10865 | 10865 | public function getSelectInvoiceSubtype($selected = 0, $htmlname = 'subtypeid', $addempty = 0, $noinfoadmin = 0, $morecss = '') |
10866 | 10866 | { |
10867 | 10867 | global $langs, $user; |