소스 검색

Merge branch 'live'

version-14
Rushabh Mehta 14 년 전
부모
커밋
0219ee3071
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      cgi-bin/webnotes/modules/patch.py

+ 4
- 0
cgi-bin/webnotes/modules/patch.py 파일 보기

@@ -5,6 +5,10 @@ def run(log_exception=1):
from patches import patch
from webnotes.utils import cint
if webnotes.conn.cur_db_name=='accounts':
# no patches on accounts
return
next_patch = cint(webnotes.conn.get_global('next_patch'))
if next_patch <= patch.last_patch:


불러오는 중...
취소
저장