Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Version 2.4.4

  • Change if-then-else condition & text placeholder in LaTeX invoice template for output when contract was canceled like so

    # replace
      \ifthenelse{\equal{{last\_cancel\_date}}{}}
         {Der Vertrag wurde gekündigt zum: {end\_of\_term}.}
    # by 
      \ifthenelse{\notequal{{canceled\_to}}{}}
         {Der Vertrag wurde gekündigt zum: {canceled\_to}.}
  • No labels