Plugin Directory

Changeset 2002963


Ignore:
Timestamp:
12/28/2018 03:25:56 PM (7 years ago)
Author:
mslsantos
Message:

Version 1.0.6

Location:
woo-masterway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-masterway/trunk/readme.txt

    r1997934 r2002963  
    2929== Changelog ==
    3030
     31= 1.0.6 =
     32* Fix
     33
    3134= 1.0.5 =
    3235* WordPress 5.0
  • woo-masterway/trunk/woocommerce-masterway.php

    r1997934 r2002963  
    44Plugin URI: http://woothemes.com/woocommerce
    55Description:  Allows you to invoice your clients using Masterway
    6 Version: 1.0.5
     6Version: 1.0.6
    77Author: Masterway
    88Author URI: http://masterway.net
     
    504504                        $field_S02_1_1 = $field_S02_1->addChild('Document');
    505505                            $field_S02_1_1_1 = $field_S02_1_1->addChild('CompanyCode', $CompanyCode);
    506                             $field_S02_1_1_2 = $field_S02_1_1->addChild('Serie');//$this->Serie
     506                            if($this->Serie)
     507                            {
     508                                $field_S02_1_1_2 = $field_S02_1_1->addChild('Serie', $this->Serie);
     509                            }
     510                            else
     511                            {
     512                                $field_S02_1_1_2 = $field_S02_1_1->addChild('Serie');
     513                            }
    507514                            $field_S02_1_1_3 = $field_S02_1_1->addChild('DocumentDate',$DocumentDate);
    508515                            $field_S02_1_1_4 = $field_S02_1_1->addChild('Entity');
Note: See TracChangeset for help on using the changeset viewer.