Plugin Directory

Changeset 3246292


Ignore:
Timestamp:
02/25/2025 09:19:22 AM (12 months ago)
Author:
mcidesarrollo
Message:

3.6.11 version

Location:
supplier-order-email/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • supplier-order-email/trunk/includes/email/mcisoe_items_list.php

    r3172790 r3246292  
    140140                    }
    141141
    142                     if ( $this->options->show_cost_total == '1' && $type == 'email' ) {
     142                    // if ( $this->options->show_cost_total == '1' && $type == 'email' ) { //////////////////////////////////
     143                    if ( $this->options->show_cost_total == '1' ) { // Solved bug with cost total in PDF (reported by user)
    143144                        $product_cost        = !empty( $this->get_line_cost( $item ) ) ? $this->get_line_cost( $item ) : '';
    144145                        $product_cost_format = $this->helpers->build_price_currency( $product_cost );
  • supplier-order-email/trunk/readme.txt

    r3243836 r3246292  
    44Requires at least: 4.6
    55Tested up to: 6.7
    6 Stable tag: 3.6.10
     6Stable tag: 3.6.11
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4545
    4646== Changelog ==
     47
     48= 3.6.11 =
     49* Solved issue with cost total in PDF.
    4750
    4851= 3.6.10 =
  • supplier-order-email/trunk/supplier-order-email.php

    r3243836 r3246292  
    55 * Author: MCI Desarrollo
    66 * Author URI: https://mci-desarrollo.es
    7  * Version: 3.6.10
     7 * Version: 3.6.11
    88 * Text Domain: supplier-order-email
    99 * Domain Path: /languages
     
    1414
    1515//=======================================================================
    16 define( 'MCISOE_VERSION', '3.6.10' );
     16define( 'MCISOE_VERSION', '3.6.11' );
    1717define( 'MCISOE_REAL_ENVIRONMENT', true );
    1818define( 'MCISOE_REAL_PDF', true );
Note: See TracChangeset for help on using the changeset viewer.