removed duplicate function from sales invoice

This commit is contained in:
Nabin Hait
2012-09-18 13:37:27 +05:30
parent 214d62a09a
commit 9a90c89b3f
13 changed files with 12 additions and 43 deletions

View File

@@ -14,6 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import unicode_literals
data_map = {
"Account": {
"columns": ["name", "parent_account", "lft", "rgt", "debit_or_credit", "is_pl_account",