1. 13 Jan, 2021 6 commits
  2. 12 Jan, 2021 4 commits
  3. 11 Jan, 2021 2 commits
  4. 08 Jan, 2021 2 commits
  5. 06 Jan, 2021 4 commits
  6. 05 Jan, 2021 3 commits
  7. 04 Jan, 2021 1 commit
  8. 30 Dec, 2020 3 commits
  9. 29 Dec, 2020 2 commits
  10. 28 Dec, 2020 2 commits
  11. 25 Dec, 2020 8 commits
  12. 24 Dec, 2020 3 commits
    • Kazuhiko Shiozaki's avatar
      Revert "amount_generator: getBaseAmountQuantity method can differ per amount generator line." · 53402cd4
      Kazuhiko Shiozaki authored
      This reverts commit 6430ccc3.
      
      because it's redundant with the fact that we can already distinguish different Trade Model Line within the returned function by using .getAmountGeneratorLine() on the first parameter.
      53402cd4
    • Jérome Perrin's avatar
      run_my_doc: enable coding style test · 57cc0393
      Jérome Perrin authored
      57cc0393
    • Jérome Perrin's avatar
      run_my_doc: make TestPage_viewEditTest valid html · 47c46690
      Jérome Perrin authored
      remove useless language="javascript"
      remove useless <col>
      
      This fixes these errors:
      
          Using nu validator to parse the view "TestPage_viewEditTest" (from erp5_run_my_doc bt) with warnings displayed :
          Error: line 623 column 33 : Table column 1 established by element “col” has no cells beginning in it.: st_table">
              <col class="action_column" />
              <
          Error: line 624 column 33 : Table column 2 established by element “col” has no cells beginning in it.: n" />
              <col class="action_column" />
              <
          Error: line 625 column 11 : Table column 3 established by element “col” has no cells beginning in it.: n" />
              <col />
              <
          Error: line 626 column 11 : Table column 4 established by element “col” has no cells beginning in it.: ol />
              <col />
              <
          Error: line 627 column 11 : Table column 5 established by element “col” has no cells beginning in it.: ol />
              <col />
              <
          Warning: line 619 column 85 : The “language” attribute on the “script” element is obsolete. You can safely omit it.: r.css">
            <script language="javascript"
                    src="http://erp5-catalog-0:2201/portal_3010166623124138150/test_editor.js"></scri
          Warning: line 621 column 90 : The “language” attribute on the “script” element is obsolete. You can safely omit it.: script>
            <script language="javascript"
                    src="http://erp5-catalog-0:2201/portal_3010166623124138150/erp5_run_my_docs.js"></scri
      47c46690