Changeset 2086238
- Timestamp:
- 05/12/2019 02:03:52 PM (7 years ago)
- Location:
- smartaccounts/trunk
- Files:
-
- 3 edited
-
SmartAccountsSalesInvoice.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
smartaccounts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smartaccounts/trunk/SmartAccountsSalesInvoice.php
r2047038 r2086238 25 25 $body->rows = $this->getOrderRows(); 26 26 $body->roundAmount = $this->getRoundingAmount($body->rows); 27 $body->amount = number_format($this->getOrderTotal(), 2);27 $body->amount = $this->order->get_total(); 28 28 $body->invoiceNote = "WooCommerce order #" . $this->order->get_id(); 29 29 -
smartaccounts/trunk/readme.txt
r2053161 r2086238 2 2 Tags: SmartAccounts, smartaccounts, WooCommerce 3 3 Requires at least: 4.8 4 Tested up to: 5. 14 Tested up to: 5.2 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 2.2.4 = 50 Better discount and cents fraction rounding 51 49 52 = 2.2.3 = 50 53 Product backorders setting overwriting removed -
smartaccounts/trunk/smartaccounts.php
r2053161 r2086238 4 4 * Plugin URI: https://github.com/smartman/woocommerce_smartaccounts 5 5 * Description: This plugin creates sales invoices in the smartaccounts.ee Online Accounting Software after Woocommerce order creation 6 * Version: 2.2. 36 * Version: 2.2.4 7 7 * Author: Margus Pala 8 8 * Author URI: https://marguspala.com … … 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 * Requires at least: 4.8.0 12 * Tested up to: 5. 1.112 * Tested up to: 5.2 13 13 */ 14 14
Note: See TracChangeset
for help on using the changeset viewer.