2
0
forked from Wavyzz/dolibarr

NEW Can edit value date of a vat payment after recording it.

Conflicts:
	htdocs/compta/localtax/card.php
	htdocs/core/class/html.form.class.php
This commit is contained in:
Laurent Destailleur
2016-03-25 14:49:48 +01:00
parent aa9a39cab5
commit 61bc8fc9ef
5 changed files with 123 additions and 81 deletions

View File

@@ -958,6 +958,7 @@ function dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='r
* @param string $langkey Translation key
* @param string $fieldkey Key of the html select field the text refers to
* @param int $fieldrequired 1=Field is mandatory
* @deprecated Form::editfieldkey
*/
function fieldLabel($langkey, $fieldkey, $fieldrequired=0)
{