Changeset - 83ba5c9acef8
[Not reviewed]
0 1 0
Lance Edgar - 4 years ago 2021-02-09 15:41:27
lance@edbob.org
Fix typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general) First comment
rattail_corepos/corepos/importing/model.py
Show inline comments
 
@@ -45,7 +45,7 @@ class ToCoreAPI(importing.Importer):
 
        self.establish_api()
 

	
 
    def establish_api(self):
 
        self.api = self.make_corepos_api(self.config)
 
        self.api = make_corepos_api(self.config)
 

	
 
    def ensure_fields(self, data):
 
        """
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now