This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
forked from ecmonline/invoice-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can now pass order object through Order model
+ Customer ID (optional) no longer shows "None" if not set.
- Loading branch information
1 parent
037da90
commit 00c5c58
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ def _get_test_suite(): | |
author_email='[email protected]', | ||
url='https://github.com/NyanKiyoshi/invoice-generator', | ||
|
||
version='0.0.3rc3', | ||
version='0.0.3rc4', | ||
name=PKG_NAME, | ||
packages=find_packages(exclude=['tests']), | ||
include_package_data=True, | ||
|