Changeset 2397152
- Timestamp:
- 10/10/2020 10:36:54 AM (5 years ago)
- Location:
- apollo/trunk
- Files:
-
- 3 edited
-
apollo.php (modified) (1 diff)
-
includes/admin/invoice.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apollo/trunk/apollo.php
r2380272 r2397152 14 14 defined( 'ABSPATH' ) or exit; 15 15 16 define( 'APOLLO_VERSION', '1.1.1 0' );16 define( 'APOLLO_VERSION', '1.1.11' ); 17 17 18 18 function apollo_load_plugin() { -
apollo/trunk/includes/admin/invoice.php
r2380272 r2397152 194 194 ), 195 195 "_documentItems" => $SI_products_data, 196 "documentCategories" => array(array( 'categoryAlias' => isset($category) && $category != '' ? $category : 'woocommerce-shop' )) 196 "documentCategories" => array(array( 'categoryAlias' => isset($category) && $category != '' ? $category : 'woocommerce-shop' )), 197 "expectedTotalWithTax" => $order->get_total() 197 198 ); 198 199 // if fiscalization is enabled and we making invoice, add the fiscalization data -
apollo/trunk/readme.txt
r2380272 r2397152 85 85 86 86 == Changelog == 87 = 1.1.11 - October 10, 2020 = 88 89 - Fixed: Minor price calculation fixes 90 87 91 = 1.1.10 - September 13, 2020 = 88 92
Note: See TracChangeset
for help on using the changeset viewer.