mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Merge branch 'master' into develop
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
__version__ = '7.1.14'
|
__version__ = '7.1.15'
|
||||||
|
|
||||||
def get_default_company(user=None):
|
def get_default_company(user=None):
|
||||||
'''Get default company for user'''
|
'''Get default company for user'''
|
||||||
|
|||||||
@@ -420,7 +420,7 @@ DocType: Employee,Single,Unique
|
|||||||
DocType: Account,Cost of Goods Sold,Coût des marchandises vendues
|
DocType: Account,Cost of Goods Sold,Coût des marchandises vendues
|
||||||
DocType: Purchase Invoice,Yearly,Annuel
|
DocType: Purchase Invoice,Yearly,Annuel
|
||||||
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +226,Please enter Cost Center,S'il vous plaît entrer Centre de coûts
|
apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +226,Please enter Cost Center,S'il vous plaît entrer Centre de coûts
|
||||||
DocType: Journal Entry Account,Sales Order,Bon de commande
|
DocType: Journal Entry Account,Sales Order,Commande client
|
||||||
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +68,Avg. Selling Rate,Moy. Taux de vente
|
apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +68,Avg. Selling Rate,Moy. Taux de vente
|
||||||
DocType: Assessment,Examiner Name,Nom de l'examinateur
|
DocType: Assessment,Examiner Name,Nom de l'examinateur
|
||||||
apps/erpnext/erpnext/utilities/transaction_base.py +149,Quantity cannot be a fraction in row {0},La quantité ne peut pas être une fraction à la ligne {0}
|
apps/erpnext/erpnext/utilities/transaction_base.py +149,Quantity cannot be a fraction in row {0},La quantité ne peut pas être une fraction à la ligne {0}
|
||||||
|
|||||||
|
Reference in New Issue
Block a user