diff --git a/dev/build/makepack-dolibarr.pl b/dev/build/makepack-dolibarr.pl index 970039375cf..58fc2fee5aa 100755 --- a/dev/build/makepack-dolibarr.pl +++ b/dev/build/makepack-dolibarr.pl @@ -477,14 +477,14 @@ if ($nboftargetok) { { print 'Run git tag -a -f -m "'.$MAJOR.'.'.$MINOR.'.'.$BUILD.'" "'.$MAJOR.'.'.$MINOR.'.'.$BUILD.'"'."\n"; $ret=`git tag -a -f -m "$MAJOR.$MINOR.$BUILD" "$MAJOR.$MINOR.$BUILD"`; - print 'Run git push $GITREMOTENAME -f "$MAJOR.$MINOR.$BUILD"'."\n"; + print 'Run git push '.$GITREMOTENAME.' -f "$MAJOR.$MINOR.$BUILD"'."\n"; $ret=`git push $GITREMOTENAME -f -"$MAJOR.$MINOR.$BUILD"`; #$ret=`git push -f origin "$MAJOR.$MINOR.$BUILD"`; } } else { - print 'Run git push $GITREMOTENAME --tags'."\n"; + print "Run git push $GITREMOTENAME --tags\n"; $ret=`git push $GITREMOTENAME --tags`; #$ret=`git push origin "$MAJOR.$MINOR.$BUILD"`; } diff --git a/htdocs/fichinter/class/api_interventions.class.php b/htdocs/fichinter/class/api_interventions.class.php index 39f0754e63d..12c0daa57dc 100644 --- a/htdocs/fichinter/class/api_interventions.class.php +++ b/htdocs/fichinter/class/api_interventions.class.php @@ -52,7 +52,7 @@ class Interventions extends DolibarrApi public static $FIELDSLINE = array( 'description', 'date', - 'duree', + 'duration', ); /**