We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda12d4 commit 9968e16Copy full SHA for 9968e16
dist/drawer.js
@@ -19010,6 +19010,8 @@ $p.DocCalc_order = class DocCalc_order extends $p.DocCalc_order {
19010
}
19011
return branch;
19012
19013
+ set branch(v) {
19014
+ }
19015
get price_date() {
19016
const {utils, job_prm: {pricing}} = $p;
19017
const {date} = this;
src/modifiers/documents/doc_calc_order.js
@@ -692,6 +692,9 @@ $p.DocCalc_order = class DocCalc_order extends $p.DocCalc_order {
692
693
694
695
696
+
697
698
699
/**
700
* Дата прайса с учётом константы valid_days (Счет действителен N дней)
0 commit comments