get_field > wn.meta.get_docfield

This commit is contained in:
Rushabh Mehta
2012-07-16 14:16:57 +05:30
parent 2d7cb22f1f
commit 2eef40bf1e
16 changed files with 102 additions and 127 deletions

View File

@@ -14,10 +14,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# add startup propertes
add_in_head = """
<style>
# default settings that can be made for a profile.
import webnotes
</style>
"""
product_name = "ERPNext"
profile_defaults = {
"Company": "company",
"Territory": "territory"
}