Compare commits
1 Commits
1.5.2-alph
...
developmen
Author | SHA1 | Date |
---|---|---|
|
e92f325807 |
|
@ -25,6 +25,7 @@ export class SalesPriceFormulaDataController {
|
|||
return await this.orchestrator.update(data);
|
||||
}
|
||||
|
||||
@Public(true)
|
||||
@Put()
|
||||
async updateTransactionSetting(
|
||||
@Body() data: TransactionSettingDto,
|
||||
|
|
|
@ -16,6 +16,7 @@ export class SalesPriceFormulaReadController {
|
|||
return await this.orchestrator.detail();
|
||||
}
|
||||
|
||||
@Public(true)
|
||||
@Get('detail')
|
||||
async getTransactionSetting(): Promise<any> {
|
||||
return await this.orchestrator.getTransactionSetting();
|
||||
|
|
Loading…
Reference in New Issue