Changeset 3246292
- Timestamp:
- 02/25/2025 09:19:22 AM (12 months ago)
- Location:
- supplier-order-email/trunk
- Files:
-
- 3 edited
-
includes/email/mcisoe_items_list.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
supplier-order-email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
supplier-order-email/trunk/includes/email/mcisoe_items_list.php
r3172790 r3246292 140 140 } 141 141 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) 143 144 $product_cost = !empty( $this->get_line_cost( $item ) ) ? $this->get_line_cost( $item ) : ''; 144 145 $product_cost_format = $this->helpers->build_price_currency( $product_cost ); -
supplier-order-email/trunk/readme.txt
r3243836 r3246292 4 4 Requires at least: 4.6 5 5 Tested up to: 6.7 6 Stable tag: 3.6.1 06 Stable tag: 3.6.11 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 45 45 46 46 == Changelog == 47 48 = 3.6.11 = 49 * Solved issue with cost total in PDF. 47 50 48 51 = 3.6.10 = -
supplier-order-email/trunk/supplier-order-email.php
r3243836 r3246292 5 5 * Author: MCI Desarrollo 6 6 * Author URI: https://mci-desarrollo.es 7 * Version: 3.6.1 07 * Version: 3.6.11 8 8 * Text Domain: supplier-order-email 9 9 * Domain Path: /languages … … 14 14 15 15 //======================================================================= 16 define( 'MCISOE_VERSION', '3.6.1 0' );16 define( 'MCISOE_VERSION', '3.6.11' ); 17 17 define( 'MCISOE_REAL_ENVIRONMENT', true ); 18 18 define( 'MCISOE_REAL_PDF', true );
Note: See TracChangeset
for help on using the changeset viewer.