Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Jun 11, 2016
2 parents a8e5140 + 9a71fca commit 7c86bda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion civil_contracting/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from __future__ import unicode_literals
__version__ = "1.3.0"
__version__ = "1.4.0"
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ calculate_totals = function(doc) {
cur_frm.cscript.refresh = function(doc, dt, dn) {
if(!doc.__islocal) {
if(doc.docstatus==1 && frappe.model.can_create("Journal Entry")){
cur_frm.add_custom_button(__("Make Journal Entry"), make_journal_entry, frappe.boot.doctype_icons["Journal Entry"]);
cur_frm.add_custom_button(__("Make Journal Entry"), make_journal_entry);
}
}
calculate_totals(doc);
Expand Down
2 changes: 1 addition & 1 deletion civil_contracting/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
app_icon = "octicon octicon-zap"
app_color = "grey"
app_email = "revant.one@gmail.com"
app_version = "1.3.0"
app_version = "1.4.0"
app_license = "GPL v2"

# Includes in <head>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '1.3.0'
version = '1.4.0'

setup(
name='civil_contracting',
Expand Down

0 comments on commit 7c86bda

Please sign in to comment.