Skip to content

Commit 9968e16

Browse files
committed
branch в метаданных заказа и характеристики
1 parent dda12d4 commit 9968e16

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dist/drawer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19010,6 +19010,8 @@ $p.DocCalc_order = class DocCalc_order extends $p.DocCalc_order {
1901019010
}
1901119011
return branch;
1901219012
}
19013+
set branch(v) {
19014+
}
1901319015
get price_date() {
1901419016
const {utils, job_prm: {pricing}} = $p;
1901519017
const {date} = this;

src/modifiers/documents/doc_calc_order.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,9 @@ $p.DocCalc_order = class DocCalc_order extends $p.DocCalc_order {
692692
}
693693
return branch;
694694
}
695+
set branch(v) {
696+
697+
}
695698

696699
/**
697700
* Дата прайса с учётом константы valid_days (Счет действителен N дней)

0 commit comments

Comments
 (0)