Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ProxiBlue/magento-lts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.9.4.x
Choose a base ref
...
head repository: ProxiBlue/magento-lts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.3.x
Choose a head ref
  • 6 commits
  • 8 files changed
  • 6 contributors

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    a200dee View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    e45070a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    b559b6f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Fix calculation of base total in magento report with discount (OpenMa…

    …ge#555)
    
    * Fix calculation of base total in magento report with discount
    
    Actually magento store discount with negative value :  - 10
    
    If you have an order with subtotal = 90 and base_discount_invoiced = -10
    
    When Magento do base_subtotal_invoiced  - base_discount_invoiced => 90 -- 10 => 90 +10 => 100
    
    * Update fix
    
    I think it's clearer with ABS value, like magento do for the other columns
    kpitn authored and Flyingmana committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    d4016e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    097ef2d View commit details
    Browse the repository at this point in the history
  2. Fixed ability to save config by a user with limited access (OpenMage#496

    )
    
    Related to configs that uses 'config_path' parameter only -
    payment config section for example.
    vovayatsyuk authored and Flyingmana committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    3db1bfc View commit details
    Browse the repository at this point in the history
Loading